On Nov 13, 9:45 am, Leiking <[email protected]> wrote:
> try std_c.vim
>
hi, i tried std_c.vim script, it is working great. except that for
some "c" files
it is throwing the error.
E169: Command too recursive
line 940:
E169: Command too recursive
Press ENTER or type command to continue
this is the culprit line. "exec "syn sync ccomment cComment
minlines=".b:c_minlines"
" Highlight re-syncing distance.
if exists("c_minlines")
let b:c_minlines = c_minlines
else
let b:c_minlines = 15
endif
exec "syn sync ccomment cComment minlines=".b:c_minlines
i don't know much about the "syn sync", is it known issue, have you
been facing the same problem
and any pointers to how to fix it, will be helpful.
thanks
sinabd
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php