commit | 16dab41537ae206f4cab676ad53edbae5fd5fb45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 16:41:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 16:41:32 2022 +0100 |
tree | c88e92a8ac5d3ecb42f6baa90b6fd9e0193d2bef | |
parent | fbdce1850098e7e9364993cd8c51e4a686c01ae9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index aab7032..664d844 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 697, +/**/ 696, /**/ 695,