diff src/version.c @ 17748:6ffe295f7492 v8.1.1871

patch 8.1.1871: modeless selection in GUI still not correct commit https://github.com/vim/vim/commit/ff9f27cdc7be6023f833b9d63189894839df9655 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 16:15:53 2019 +0200 patch 8.1.1871: modeless selection in GUI still not correct Problem: Modeless selection in GUI still not correct. Solution: Fix max_col.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 16:30:02 +0200
parents a4e488a6655c
children b27d06bd0fde
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 */
 /**/
+    1871,
+/**/
     1870,
 /**/
     1869,