Re: Stable Vim version 7.1 has been released

2007-05-13 Thread john_oshea
Bram Moolenaar wrote: > Edward L. Fox wrote: > >> I finally committed the two missing files from the sf.net's shell >> server. Let's blame the Great Fire Wall built by the P.R.C. >> government. > > Thanks for taking care of the SVN repository! I verified that checking > out "vim7" gives the same

Re: Stable Vim version 7.1 has been released

2007-05-13 Thread john_oshea
> Umm, I suspect there's still an issue for us pesky OSX users with our > case-insensitive filesystems: > > [long list of successful updates snipped] > svn: Failed to add file 'src/auto/config.h': object of the same name > already exists Gah. Scrub that. Manually removing the file in question and

Re: trying to leave the GUI world and enter the world of VIM

2007-02-28 Thread john_oshea
Peter Michaux wrote: > I looked at the sourceforge page for taglist.vim. That doesn't really > look like what I'm after. That is a code browser and I'm looking for a > directory tree. You may want to give the memorably-named NERDTree plugin a go. It's the closest thing I've seen so far to TextMate

Re: Do a grep -r without match .svn directory ?

2006-12-06 Thread john_oshea
KLEIN Stéphane wrote: > Hi, > > In vim, I would like do a :grep -r but don't match .svn directory. > Grep or vim have this feature ? You may, possibly, be interested in 'ack': "ack is a replacement for grep, aimed at programmers with large trees of heterogeneous sourc