commit | 0a5aa7b28a39507260acb15c1ef698a33c855cc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 18 23:31:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 18 23:31:48 2019 +0100 |
tree | 5af214bb0f15f94bf0c0a155901b093028ca9e75 | |
parent | f9ae154c512683ea7b933f870b0268232fd7ad38 [diff] [blame] |
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 #5242)
diff --git a/src/version.c b/src/version.c index e1ffa9e..f512b08 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2321, +/**/ 2320, /**/ 2319,