commit | e1121b139480f53d1b06f84f3e4574048108fa0b | [log] [tgz] |
---|---|---|
author | Pavel Mayorov <pmayorov@cloudlinux.com> | Mon Feb 20 14:35:20 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 14:35:20 2023 +0000 |
tree | 7c95e52cbc3b8972a7b5677fbfd53c630c6538ad | |
parent | af93691b53f38784efce0b93fe7644c44a7e382e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 63fd787..4c12823 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1331, +/**/ 1330, /**/ 1329,