commit | dee50a518007b3a59f54b8ad018b6a83993593e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 15:05:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 15:05:22 2019 +0100 |
tree | 33c91c65505b6efc3c100a995a9774cdeda0983a | |
parent | 7257073043252c2e01c8e168e6842a1121797243 [diff] [blame] |
patch 8.1.2363: ml_get error when accessing Visual area in 'statusline' Problem: ml_get error when accessing Visual area in 'statusline'. Solution: Disable Visual mode when using another window. (closes #5278)
diff --git a/src/version.c b/src/version.c index 5833f38..1bb77a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2363, +/**/ 2362, /**/ 2361,