how can i unregister to VIM group

2008-12-10 Thread Nag, Deepak
Hi, Can u kindly suggest me how can I unregister from vim mail list. Regards, Deepak --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~---

RE: How can i get all files in a directory

2008-10-06 Thread Nag, Deepak
r 07, 2008 12:10 PM To: vim_use@googlegroups.com Subject: Re: How can i get all files in a directory Does this glob('*') include directories too? Max. 2008/10/7 Nag, Deepak <[EMAIL PROTECTED]>: > > I think I can do it like this > > let fileList=glob('*')

RE: How can i get all files in a directory

2008-10-06 Thread Nag, Deepak
t: Tuesday, October 07, 2008 11:54 AM To: vim_use Subject: Re: How can i get all files in a directory Try :h glob :h globpath :echo glob('*') On 7 окт, 10:17, "Nag, Deepak" <[EMAIL PROTECTED]> wrote: > Hi All, > >         I am trying to write vim script which will

How can i get all files in a directory

2008-10-06 Thread Nag, Deepak
Hi All, I am trying to write vim script which will fetch all the files from a directory. Can I retrieve them and store in a list?. So that I can rename all those files according to some criteria. Regards, Deepak Nag --~--~-~--~~~---~--~~ You receiv