Hi,

I'm using a vim script to make some data formating.
I source it from the original file I want to process and the script
produces me a new file.
I would like to add commands that whether emply the buffer list or
exit Vim once I'm done.
I tried to add

:bd
:bd
:q

or

bd
bd
q

or even

:bd<CR>
:bd<CR>
:q<CR>

at the end of my script, but I can't get the desired effect ?
Could you help me please ?
Thank you.

Eddine.

Reply via email to