1
0
forked from aniani/vim

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 "+".
This commit is contained in:
Bram Moolenaar
2022-04-16 18:52:17 +01:00
parent ca7e86c237
commit f50808ed13
3 changed files with 39 additions and 5 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4763,
/**/
4762,
/**/