]> granicus.if.org Git - vim/commit
patch 9.0.1331: illegal memory access when using :ball in Visual mode v9.0.1331
authorPavel Mayorov <pmayorov@cloudlinux.com>
Mon, 20 Feb 2023 14:35:20 +0000 (14:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Feb 2023 14:35:20 +0000 (14:35 +0000)
commite1121b139480f53d1b06f84f3e4574048108fa0b
tree7c95e52cbc3b8972a7b5677fbfd53c630c6538ad
parentaf93691b53f38784efce0b93fe7644c44a7e382e
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)
src/buffer.c
src/testdir/test_visual.vim
src/version.c