commit | cb1956d6f2aece8ad93e19e5d4c7e0b5e405f056 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 15:45:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 15:45:18 2022 +0000 |
tree | c0cda08cdaac9137bb73622a3b5d502a27fa7253 | |
parent | 2b04d5f1ef0dfaac1706e413947a7297285fa7b9 [diff] [blame] |
patch 8.2.4028: ml_get error with :doautoall and Visual area Problem: ml_get error with :doautoall and Visual area. (Sean Dewar) Solution: Disable Visual mode while executing autocommands.
diff --git a/src/version.c b/src/version.c index 731f8ce..53202e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4028, +/**/ 4027, /**/ 4026,