commit | 326c5d36e7cb8526330565109c17b4a13ff790ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 13:05:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 13:05:49 2022 +0100 |
tree | 58ae0580aa13a128387b13ac06e24d52b4d073fa | |
parent | e38fc86180fd3f6b372648eea6adc3f623fea302 [diff] [blame] |
patch 9.0.0194: cursor displayed in wrong position after removing text prop Problem: Cursor displayed in wrong position after removing text prop. (Ben Jackson) Solution: Invalidate the cursor position. (closes #10898)
diff --git a/src/version.c b/src/version.c index b163be2..4c4fcb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 194, +/**/ 193, /**/ 192,