commit | e664a327014f4aa8baf8549a34a4caab2f3116a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 14:08:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 14:08:03 2022 +0000 |
tree | dc75ceac6fc4f9868e5d4f383bb3d660a194cf67 | |
parent | 834d41853e12b9022f60b08c32480928c2a9e48f [diff] [blame] |
patch 8.2.4026: ml_get error with specific win_execute() command Problem: ml_get error with specific win_execute() command. (Sean Dewar) Solution: Check cursor and Visual area are OK.
diff --git a/src/version.c b/src/version.c index b0bfc29..40c83bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4026, +/**/ 4025, /**/ 4024,