Monday, February 22, 2010

Re: How to close all files in args list

> 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


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

No comments: