commit | 4d97a565ae8be0d4debba04ebd2ac3e75a0c8010 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 14:25:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 14:25:35 2022 +0100 |
tree | 8dbd892afbca901736d61281ec14b173400e81b5 | |
parent | 305abc612330772615638b8a1aa3c51421c7a90b [diff] [blame] |
patch 8.2.5037: cursor position may be invalid after "0;" range Problem: Cursor position may be invalid after "0;" range. Solution: Check the cursor position when it was set by ";" in the range.
diff --git a/src/version.c b/src/version.c index ff2ea1a..6a5b3cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5037, +/**/ 5036, /**/ 5035,