commit | 18f4740f043b353abe47b7a00131317052457686 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 13:24:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 13:24:51 2022 +0000 |
tree | e5c469ce7c20a1801a9340ab2027455e256f1b55 | |
parent | a33737b6d80f5461c1c6c4c96b5bc4964a737927 [diff] [blame] |
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection Problem: ml_get error when win_execute redraws with Visual selection. Solution: Disable Visual area temporarily. (closes #9479)
diff --git a/src/version.c b/src/version.c index 5776f3d..20def0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4018, +/**/ 4017, /**/ 4016,