diff src/version.c @ 17738:f800c3d8ca1b v8.1.1866

patch 8.1.1866: modeless selection in GUI does not work properly commit https://github.com/vim/vim/commit/d5cf89872e6185c4d97cd254a9d697b8c3bdbf94 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 23:09:11 2019 +0200 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 https://github.com/vim/vim/issues/4783)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 23:15:03 +0200
parents 83a290940bd3
children 01205ef5646d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1866,
+/**/
     1865,
 /**/
     1864,