summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorPavel Mayorov <pmayorov@cloudlinux.com>2023-02-20 14:35:20 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-20 14:35:20 +0000
commite1121b139480f53d1b06f84f3e4574048108fa0b (patch)
tree7c95e52cbc3b8972a7b5677fbfd53c630c6538ad /src/version.c
parentaf93691b53f38784efce0b93fe7644c44a7e382e (diff)
patch 9.0.1331: illegal memory access when using :ball in Visual modev9.0.1331
Problem: Illegal memory access when using :ball in Visual mode. Solution: Stop Visual mode when using :ball. (Pavel Mayorov, closes #11923)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 63fd787923..4c12823275 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1331,
+/**/
1330,
/**/
1329,