Re: [patch] Fix indentation bug of Preprocessor directive continuation line

2017-01-07 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > How to reproduce: > - Run vanilla Vim with 'cindent'. > $ vim -Nu NONE +"set cindent" > - Input bellow. > i#if aaa\bbb\ccc > > Expect behavior: > #if aaa\ > bbb\ > ccc > > Actual behavior: > #if aaa\ > bbb\ > ccc > > > After the third line is not

[patch] Fix indentation bug of Preprocessor directive continuation line

2017-01-07 Fir de Conversatie h_east
Hi Bram and list, How to reproduce: - Run vanilla Vim with 'cindent'. $ vim -Nu NONE +"set cindent" - Input bellow. i#if aaa\bbb\ccc Expect behavior: #if aaa\ bbb\ ccc Actual behavior: #if aaa\ bbb\ ccc After the third line is not indent well. NOTE: This behavior