diff src/version.c @ 28061:050d49de7a66 v8.2.4555

patch 8.2.4555: getmousepos() returns the wrong column Commit: https://github.com/vim/vim/commit/986b0fd0c550d9834a3cc45dd87555c13152c391 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 13 12:06:07 2022 +0000 patch 8.2.4555: getmousepos() returns the wrong column Problem: getmousepos() returns the wrong column. (Ernie Rael) Solution: Limit to the text size, not the number of bytes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Mar 2022 13:15:04 +0100
parents 230115610b6a
children b47698ee4a14
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4555,
+/**/
     4554,
 /**/
     4553,