1
0
forked from aniani/vim

patch 9.0.1331: illegal memory access when using :ball in Visual mode

Problem:    Illegal memory access when using :ball in Visual mode.
Solution:   Stop Visual mode when using :ball. (Pavel Mayorov, closes #11923)
This commit is contained in:
Pavel Mayorov
2023-02-20 14:35:20 +00:00
committed by Bram Moolenaar
parent af93691b53
commit e1121b1394
3 changed files with 27 additions and 0 deletions

View File

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