vimgrep returns lines not matched by regular search

2011-10-27 Fir de Conversatie Anand Hariharan
with patches 1-46 32 bit Windows Big GUI version with OLE support downloaded from vim.org. I also have smartcase and ignorecase both set. thank you for listening, - Anand Hariharan -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

Moving svn CLIENT (fetched modified source) to hg

2010-12-22 Fir de Conversatie Anand Hariharan
I had this Debian box where I used to fetch vim from svn. I had made some tweaks to the source. I used to merge the changes and rebuild my custom configuration of vim. Clearly, it's been a while since I built vim from source. vim has moved from Subversion to Mercurial. I would like to move

Re: ilist fails in a xml fails (thinks whole file is a comment)

2010-11-03 Fir de Conversatie Anand Hariharan
On Nov 2, 2:13 am, Ingo Karkat sw...@ingo-karkat.de wrote: On 02-Nov-2010 02:11, James Vega wrote: (...) 'comments' is set to the default viz., comments=s:!--,m:     ,e:-- The m:     portion of 'comments' makes Vim treat any line with leading whitespace as a comment (at least in any

Re: Patch 7.2.442

2010-06-14 Fir de Conversatie Anand Hariharan
On Jun 6, 3:26 pm, Bram Moolenaar b...@moolenaar.net wrote: James Vega wrote: On Sat, Jun 05, 2010 at 10:37:39PM +0200, Patrick Texier wrote: Le Sat, 05 Jun 2010 16:16:06 +0200, Bram Moolenaar a écrit dans le message 201006051416.o55eg6to002...@masaka.moolenaar.net : Patch

Re: Unable to build vim with GUI enabled in SVN revision 1011

2008-05-16 Fir de Conversatie Anand Hariharan
On May 15, 12:37 am, Tony Mechelynck [EMAIL PROTECTED] wrote: nothing changed, you say; but are you sure the development packages required for _compiling_ (not just _running_) your GUI (possibly several of them: gtk2-dev, x11-dev, maybe some more) are still there? Configure didn't find any

Unable to build vim with GUI enabled in SVN revision 1011

2008-05-14 Fir de Conversatie Anand Hariharan
note that nothing changed w.r.t the configuration of my Debian Etch box between the two SVN updates. thank you for listening, - Anand Hariharan --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org

Re: Doing :bufdo tabnew causes vim to hang, hog all resources

2008-02-06 Fir de Conversatie Anand Hariharan
On Feb 6, 12:44 am, Ben Schmidt [EMAIL PROTECTED] wrote: Ben says For every tab, Vim adds a new tab.  It seems counter- intuitive to me considering that my command is *bufdo* tabnew (i.e., for each *buffer* create a new tab). Just seeking to understand here:  Do tabs transcend buffers

Re: Doing :bufdo tabnew causes vim to hang, hog all resources

2008-02-06 Fir de Conversatie Anand Hariharan
On Feb 6, 1:36 am, Tony Mechelynck [EMAIL PROTECTED] wrote: Anand Hariharan wrote: [...] Ben says For every tab, Vim adds a new tab.  It seems counter- intuitive to me considering that my command is *bufdo* tabnew (i.e., for each *buffer* create a new tab). [...] Yes: for each buffer

Doing :bufdo tabnew causes vim to hang, hog all resources

2008-02-05 Fir de Conversatie Anand Hariharan
Running 7.1.242 by building SVN source revision 859. However, I observed this problem almost a year ago (cf MID: [EMAIL PROTECTED]). First of all, I admit not understanding the window-tab feature. All I was trying to do was see if I could create a tab for each buffer. So I try :bufdo tabnew

Re: Doing :bufdo tabnew causes vim to hang, hog all resources

2008-02-05 Fir de Conversatie Anand Hariharan
On Feb 5, 11:21 pm, Anand Hariharan [EMAIL PROTECTED] wrote: Running 7.1.242 by building SVN source revision 859. However, I observed this problem almost a year ago (cf MID: [EMAIL PROTECTED]). First of all, I admit not understanding the window-tab feature. All I was trying to do