Re: [patch] in virtual replace when line above is shorter

2009-12-18 Fir de Conversatie Bram Moolenaar
Lech Lorens wrote: > Vim erroneously re-indents the current line if in virtual replace mode > or is pressed while the line above or below respectively is > not long enough. > > To reproduce the problem execute: > > $ vim -u NONE -U NONE -i NONE -c 'set nocp noet ts=8 inde=0 indk=<:>' \ >

Re: vim syntax file patch

2009-12-18 Fir de Conversatie Charles Campbell
c9s wrote: > any comment ? > > On Dec 15, 9:11 pm, Cornelius wrote: > >> Hi folks, >> >> I found that VimL syntax doesnt fold for something like: >> >> fun! g:Test() >> >> endf >> >> it folds for : >> >> fun! g:Test.ok() >> >> endf >> >> so this is a patch of fixing the global function folding