Monday, February 22, 2010

Re: How to close all files in args list

On 22 fév, 23:05, Tim Chase <v...@tim.thechases.com> wrote:
> > I have opened some files in path with this command
>
> > exec 'args ' . l:path
>
> > how can I close the same files ?
>
> :argdo bdel
>
> should do the trick.
>
> -tim

Hum it does not the job cause I am in easy vim mode


if g:EditConfigFlag=="Open"
" source du mapping easy vim pour edition classique
so $VIMRUNTIME/evim.vim

"
let l:path = g:confDir . "/input*.txt"
exec 'args ' . l:path
all

else
" fermeture des buffers ouverts depuis args
argdo! bdel!
endif

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: