]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4563: "z=" in Visual mode may go beyond the end of the line v8.2.4563
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Mar 2022 20:12:25 +0000 (20:12 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Mar 2022 20:12:25 +0000 (20:12 +0000)
commit5c68617d395f9d7b824f68475b24ce3e38d653a3
tree998ac77d22884ef92a6f736b7d8f38e6158eb927
parentb29b96806f1472371fb3cc01d48394e00b95cfc8
patch 8.2.4563: "z=" in Visual mode may go beyond the end of the line

Problem:    "z=" in Visual mode may go beyond the end of the line.
Solution:   Adjust "badlen".
src/spellsuggest.c
src/testdir/test_spell.vim
src/version.c