diff src/version.c @ 18658:0969f82fbbff v8.1.2321

patch 8.1.2321: cannot select all text with the mouse Commit: https://github.com/vim/vim/commit/0a5aa7b28a39507260acb15c1ef698a33c855cc1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 18 23:31:48 2019 +0100 patch 8.1.2321: cannot select all text with the mouse Problem: Cannot select all text with the mouse. (John Marriott) Solution: Move limiting the mouse column to f_getmousepos(). (closes https://github.com/vim/vim/issues/5242)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Nov 2019 23:45:03 +0100
parents 022deb0adec9
children 4d2a88cc5821
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2321,
+/**/
     2320,
 /**/
     2319,