Re: Patch 8.0.0188

2017-01-15 Fir de Conversatie Masanori Misono
t_edit = TRUE; check_cursor(); +#ifdef FEAT_SYN_HL if (curwin->w_p_cul || curwin->w_p_cuc) validate_cursor(); +#endif restart_edit = restart_edit_save; # ifdef FEAT_MBYTE /* Correct cursor for multi-byte character. * -- Best regards, Masanori Mi

Re: Patch 8.0.0181

2017-01-14 Fir de Conversatie Masanori Misono
is off > > > Problem:When 'cursorbind' and 'cursorcolumn' are both on, the column > > > highlignt in non-current windows is wrong. > > > Solution: Add validate_cursor(). (Masanori Misono, closes #1372) > > > Files: src/move.c > > > > > >