commit | d5cf89872e6185c4d97cd254a9d697b8c3bdbf94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 23:09:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 23:09:11 2019 +0200 |
tree | 9ea1780d07ba10c341dc446fd7127635ed40f94b | |
parent | a3891681f72fd9efdea6444620d787358850d823 [diff] [blame] |
patch 8.1.1866: modeless selection in GUI does not work properly Problem: Modeless selection in GUI does not work properly. Solution: Avoid going beyond the end of the line. (closes #4783)
diff --git a/src/version.c b/src/version.c index f8a907e..4b3637c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1866, +/**/ 1865, /**/ 1864,