1
0
forked from aniani/vim

patch 9.0.0697: cursor in wrong position with Visual substitute

Problem:    Cursor in wrong position with Visual substitute.
Solution:   When restoring 'linebreak' mark the virtual column as invalid.
            (closes #11309, closes #11311)
This commit is contained in:
Bram Moolenaar
2022-10-08 16:41:32 +01:00
parent fbdce18500
commit 16dab41537
5 changed files with 108 additions and 19 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
697,
/**/
696,
/**/