Re: Nested substitute() calls break highlights in Vim script

2017-01-08 Fir de Conversatie Bram Moolenaar
Ryuichi Hayashida wrote: > I found that syntax highlight in Vim script is broken in some situation. > When nested substitute() calls are in code, first one is highlighted as > vimFuncName and second one is highlighted as vimSubst. > > How to reproduce this is saving below code as blah.vim and

Nested substitute() calls break highlights in Vim script

2017-01-08 Fir de Conversatie Ryuichi Hayashida
Hi Bram and all, I found that syntax highlight in Vim script is broken in some situation. When nested substitute() calls are in code, first one is highlighted as vimFuncName and second one is highlighted as vimSubst. How to reproduce this is saving below code as blah.vim and open it in vim with