Re: Getting vimscripts

2007-05-22 Thread drchip
Quoting Robert Hicks [EMAIL PROTECTED]: Is there a way to use wget or curl to get scripts off the Vim site? Sure -- getscript.vim (:GLVS, :GetLatestVimScripts) uses wget if its available, curl otherwise. Getscript comes with vim 7.1, too. If you set up a file called GetLatestVimScripts.dat:

Re: What plugin is the one that does the following ...

2007-04-24 Thread drchip
Quoting Andrew Falanga [EMAIL PROTECTED]: On 4/24/07, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Andrew Falanga wrote: Using your directions above, I continually get problems on step 4. when I so :so % I'm constantly returned UseVimball is not a vim command, or something

Re: Folding in vim helpfiles

2007-04-07 Thread drchip
Quoting Mikolaj Machowski [EMAIL PROTECTED]: On piątek 06 kwiecień 2007, vim@vim.org wrote: After looking at foldutil.vim and AutoFold.vim I'm not sure what the best way is going to be for exploiting the outline format of helpfiles to automatically create folds. Has anyone done this

Re: [BUG] vimball changes global 'modifiable' setting

2007-03-17 Thread drchip
Quoting A.J.Mechelynck [EMAIL PROTECTED]: Opening a vimball in Vim sets 'nomodifiable' not only locally but also globally: henceforward, all new [No Name] buffers opened in the same session will be created with 'nomodifiable' set. Workaround: Use :set modifiable in the first [No Name] buffer

Re: Netrw go up dir command

2007-03-17 Thread drchip
Quoting Steve Hall [EMAIL PROTECTED]: -- $ ls -R1 ./* ./netrw.vba ./autoload: netrwFileHandlers.vim?[[[1 netrwSettings.vim?[[[1 netrw.vim?[[[1 ./doc: pi_netrw.txt?[[[1 ./plugin: netrwPlugin.vim?[[[1 ./syntax: netrw.vim?[[[1

Re: surround.vim in AsNeeded

2007-02-19 Thread drchip
Quoting Bill McCarthy [EMAIL PROTECTED]: Hello Vim List, I just tried out surround.vim, recently updated on Vim Online. Nice plugin! It works fine when placed in my plugin directory but doesn't work if moved to my AsNeeded directory and :MkAsNeeded is run. Has anyone out there been

Re: sorting columns alphabetically

2006-11-22 Thread drchip
Quoting Vim Visual [EMAIL PROTECTED]: I have a text file like Mr Bla Blo Ms Ble Blu Dr Bli Blu etc and I would like to sort the file alphabetically after the surname (3rd column). How can I do that? I know how to sort it after the first one (visual + !sort) May I suggest looking at How

Re: Vim BOF session

2006-09-02 Thread drchip
Quoting Kim Schulz [EMAIL PROTECTED]: Sessions: Sessions are great and I use it all the time. It does however have a single problem that irritates me. It does not save information about how the windows, tabs, buffers etc. are placed individually. This makes it really annoying when you, like

Re: :cd and :E

2006-09-02 Thread drchip
Quoting Paul Irofti [EMAIL PROTECTED]: If I :cd to another directory and then :E to browse through I get the directory where the current buffer resides. Is this correct/wanted behavior? And if so why? You might also want to consider setting g:netrw_keepdir=0 in your .vimrc. By default

Re: AsNeeded?

2006-07-29 Thread drchip
Quoting Bill McCarthy [EMAIL PROTECTED]: Chip, On Thu 27-Jul-06 8:38am -0600, you wrote: AsNeeded uses the FuncUndefined autocommand to transparently load functions. Commands and maps, unfortunately, are not blessed with such an autocommand. Hence AsNeeded provides: :AN

Re: synchronize current working directory - problem with vim7

2006-06-17 Thread drchip
Quoting K.S.Sreeram [EMAIL PROTECTED]: Chris Sutcliffe wrote: if exists('+autochdir') set autochdir else autocmd BufEnter * silent! lcd %:p:h:gs/ /\\ / endif In my _vimrc and it's worked beautifully in both vim 6 and vim 7. I just tried 'autochdir', and when i'm browsing a

Re: Trying to use GetLatestVimScripts on Mac OS X

2006-05-30 Thread drchip
Quoting Peter Hodge [EMAIL PROTECTED]: Just discovered GetLatestVimScripts command, but it doesn't work on my Mac because I don't have the 'wget' tool. Does anyone know where I could get it from? Wget just comes with Linux; however, doing a Google search for wget source yields:

RE: gvim

2006-05-09 Thread drchip
Quoting Malhotra, Vijendra [EMAIL PROTECTED]: No they are not pointing to the same file. Now what is the difference -Original Message- From: Gary Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday 10 May 2006 00:44 To: vim@vim.org Subject: Re: gvim On 2006-05-09, Malhotra,