]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5037: cursor position may be invalid after "0;" range v8.2.5037
authorBram Moolenaar <Bram@vim.org>
Sat, 28 May 2022 13:25:35 +0000 (14:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 May 2022 13:25:35 +0000 (14:25 +0100)
commit4d97a565ae8be0d4debba04ebd2ac3e75a0c8010
tree8dbd892afbca901736d61281ec14b173400e81b5
parent305abc612330772615638b8a1aa3c51421c7a90b
patch 8.2.5037: cursor position may be invalid after "0;" range

Problem:    Cursor position may be invalid after "0;" range.
Solution:   Check the cursor position when it was set by ";" in the range.
src/ex_docmd.c
src/testdir/test_excmd.vim
src/version.c