Re: '0#' should not be in 'cinkeys'

2008-05-28 Fir de Conversatie fritzophrenic
On May 27, 4:37 pm, James Widman [EMAIL PROTECTED] wrote: On 2008/05/27, at 15:49, François Ingelrest wrote: While I totally dislike putting preprocessor directives in the first   column, I doubt this will be changed as this could break   compatibility with previous versions.

Re: Unexpected 'smartcase' behavior

2008-05-19 Fir de Conversatie fritzophrenic
On May 15, 10:02 am, fritzophrenic [EMAIL PROTECTED] wrote: It looks like smart case take effect when there are ANY capital letters in a pattern, even when those capital letters are part of a special search item. Upon further investigation, the following search _does_ match: /\Some text

Unexpected 'smartcase' behavior

2008-05-15 Fir de Conversatie fritzophrenic
Simple test case: Launch Vim: vim -N -u NONE Set options in question: :set ignorecase smartcase Insert text with capitalized letters: Some Text Create a visua area (and leave it): VV Search using \%V to limit to visual area only: /\%VSome Text Search matches, as expected. Search again,

Re: To be fixed in Vim's documentation

2008-05-01 Fir de Conversatie fritzophrenic
On Apr 30, 1:16 pm, Bram Moolenaar [EMAIL PROTECTED] wrote: Adri Verhoef wrote: In autocmd.txt: Search for 'the commands,'.    When executing the commands, the messages from one command overwrites a 'the messages' doesn't correspond to 'overwrites', presumably the 's' in

Bug in DOS Batch syntax hilighting

2008-04-25 Fir de Conversatie fritzophrenic
I tried contacting the maintainer listed in the file, but have received no response. Here goes: When using echo within a () group, a closing ) will end the dosbatchString highlight group, even when escaped with a ^. E.g. if '%1'=='foo' ( echo I want to use parentheses (like this^) for some

Re: Nested 'first line only' comments fail

2008-04-23 Fir de Conversatie fritzophrenic
On Apr 23, 11:00 am, Tony Mechelynck [EMAIL PROTECTED] wrote: On 23/04/08 17:40, fritzophrenic wrote: On Apr 17, 1:12 pm, fritzophrenic[EMAIL PROTECTED]  wrote: See the vim_use thread:http://groups.google.com/group/vim_use/browse_thread/thread/863a0ce08... It seems that a nested