Re: Apparent Vim 7.0 bug (re comments)

2007-01-10 Thread Yegappan Lakshmanan
Hello, On 1/10/07, Robert Lee <[EMAIL PROTECTED]> wrote: I discovered that the problem was caused by the lines: au BufWinLeave * mkview au BufWinEnter * silent loadview Apparently the view file that is created contains a copy of the vimrc settings. This prevents changes to the vimrc to be hon

Re: Apparent Vim 7.0 bug (re comments)

2007-01-10 Thread Robert Lee
A.J.Mechelynck wrote: Robert Lee wrote: I have a gvim 7.0 (win32 with +comments) that seems to be ignoring the "set comments" line in my .vimrc file. I can submit the entire .vimrc file if desired but the relevant line is: set comments=s:/**,mb:*,ex:*/ What I get is this (vim default?): /*

Re: Apparent Vim 7.0 bug (re comments)

2007-01-04 Thread A.J.Mechelynck
Robert Lee wrote: I have a gvim 7.0 (win32 with +comments) that seems to be ignoring the "set comments" line in my .vimrc file. I can submit the entire .vimrc file if desired but the relevant line is: set comments=s:/**,mb:*,ex:*/ What I get is this (vim default?): /* ** ** */ and what I ex

Apparent Vim 7.0 bug (re comments)

2007-01-03 Thread Robert Lee
I have a gvim 7.0 (win32 with +comments) that seems to be ignoring the "set comments" line in my .vimrc file. I can submit the entire .vimrc file if desired but the relevant line is: set comments=s:/**,mb:*,ex:*/ What I get is this (vim default?): /* ** ** */ and what I expect is this (phpdo