diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-08 16:41:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-08 16:41:32 +0100 |
commit | 16dab41537ae206f4cab676ad53edbae5fd5fb45 (patch) | |
tree | c88e92a8ac5d3ecb42f6baa90b6fd9e0193d2bef /src/version.c | |
parent | fbdce1850098e7e9364993cd8c51e4a686c01ae9 (diff) | |
download | vim-git-16dab41537ae206f4cab676ad53edbae5fd5fb45.tar.gz |
patch 9.0.0697: cursor in wrong position with Visual substitutev9.0.0697
Problem: Cursor in wrong position with Visual substitute.
Solution: When restoring 'linebreak' mark the virtual column as invalid.
(closes #11309, closes #11311)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index aab70329d..664d8446e 100644 --- a/src/version.c +++ b/src/version.c @@ -700,6 +700,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 697, +/**/ 696, /**/ 695, |