]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2425: cursor on invalid line with range and :substitute v8.2.2425
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jan 2021 19:18:08 +0000 (20:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jan 2021 19:18:08 +0000 (20:18 +0100)
commitdf2c2988bbaecd28b0fbec8d64327b1bbb005e19
tree8dea246c6df12a4591b94a69cc368a6bf1caccd3
parent97202d951685fc4d90085da676a90644cbf72571
patch 8.2.2425: cursor on invalid line with range and :substitute

Problem:    Cursor on invalid line with range and :substitute.
Solution:   Do not move the cursor when skipping commands. (closes #3434)
src/ex_cmds.c
src/testdir/test_eval_stuff.vim
src/version.c