Re: Putting syntax sync fromstart in ~/.vimrc

2018-05-14 Thread Christian Brabandt
On Mo, 14 Mai 2018, Petr Mach wrote: > > Another is using an autocommand to run the command automatically after > > the syntax changes > > > > :au Syntax * syntax sync fromstart > > > > This command must be in your vimrc after the syntax highlighting is > > turned on, or it will happen before

Re: Putting syntax sync fromstart in ~/.vimrc

2018-05-14 Thread Petr Mach
> Another is using an autocommand to run the command automatically after > the syntax changes > > :au Syntax * syntax sync fromstart > > This command must be in your vimrc after the syntax highlighting is > turned on, or it will happen before the syntax change still! I'm trying it, but this is