Re: Folding between #ifdef _DEBUG and #endif

2006-10-10 Thread Kamil Kisiel
On 10/11/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: On Tue, 10 Oct 2006 at 12:14pm, Kamil Kisiel wrote: > I've got some C++ source code that I'd like to fold away. Basically I > want vim to have folds only between #ifdef _DEBUG and the > corresponding #endif st

Folding between #ifdef _DEBUG and #endif

2006-10-09 Thread Kamil Kisiel
dexpr, changing the marker type? Previously I was just manually creating folds, but as you can imagine it gets fairly tedious and it would be great if I could automate it. Your help is much appreciated. -- Kamil Kisiel <[EMAIL PROTECTED]>

Project specific keywords?

2006-09-20 Thread Kamil Kisiel
o have the settings load automatically whenever I edit files from that project? -- Kamil Kisiel <[EMAIL PROTECTED]>

Re: foldmethod=marker confusing brace matching syntax highlighting?

2006-06-28 Thread Kamil Kisiel
On 6/27/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Kamil Kisiel wrote: > I've started using foldmethod=marker for folding in my C++ source > files. Usually it works okay, but I find that several times a day the > syntax highlighting seems to get confused and start highlig

foldmethod=marker confusing brace matching syntax highlighting?

2006-06-26 Thread Kamil Kisiel
never actually the case, and just doing an :e again makes the problem go away for a while. It's nevertheless an irritating issue and it just seems to occur at random. Has anyone else had the same experience? Is there a fix? I'm using Vim 7.0 on WinXP. -- Kamil Kisiel <[EMAIL PROTECTED]>