]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1939: invalid memory access in Ex mode with global command v8.2.1939
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Nov 2020 20:56:40 +0000 (21:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Nov 2020 20:56:40 +0000 (21:56 +0100)
commit3b6d57f2ce87dc5a4b1a50e1b0fd2aeaf72faae2
tree7017780a40d43304cabf62100b0c52df6cea6977
parenta46765a79745ff27b4a44659fb8389519c961977
patch 8.2.1939: invalid memory access in Ex mode with global command

Problem:    Invalid memory access in Ex mode with global command.
Solution:   Make sure the cursor is on a valid line. (closes #7238)
src/move.c
src/testdir/test_ex_mode.vim
src/version.c