commit | f50808ed135ab973296bca515ae4029b321afe47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 18:52:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 18:52:17 2022 +0100 |
tree | f932fa6eb924a1b1148b254f622dc3b3f0f2cb97 | |
parent | ca7e86c23789eb0ed8f6400f25ea9e0e1036f9fc [diff] [blame] |
patch 8.2.4763: using invalid pointer with "V:" in Ex mode Problem: Using invalid pointer with "V:" in Ex mode. Solution: Correctly handle the command being changed to "+".
diff --git a/src/version.c b/src/version.c index 1cc0d90..d6f2ef4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4763, +/**/ 4762, /**/ 4761,