commit | 3b6d57f2ce87dc5a4b1a50e1b0fd2aeaf72faae2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 21:56:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 21:56:40 2020 +0100 |
tree | 7017780a40d43304cabf62100b0c52df6cea6977 | |
parent | a46765a79745ff27b4a44659fb8389519c961977 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3cba214..b4ef5a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1939, +/**/ 1938, /**/ 1937,