commit | ff9f27cdc7be6023f833b9d63189894839df9655 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 16:15:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 16:15:53 2019 +0200 |
tree | 4fd7d1b9972a349dd9706b2379555e1951de9767 | |
parent | 026587b35c42301bcc2214207346b62ef2efed41 [diff] [blame] |
patch 8.1.1871: modeless selection in GUI still not correct Problem: Modeless selection in GUI still not correct. Solution: Fix max_col.
diff --git a/src/version.c b/src/version.c index 8e2ac30..1d1b3f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1871, +/**/ 1870, /**/ 1869,