commit | 8156ed37558231a8167a1a61a147713d84c9af59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 09 11:46:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 09 11:46:15 2019 +0100 |
tree | bc5a5e5b636c6f4d67e3c18ba07266e648f3f93e | |
parent | fd731b0e31df9f167098c4a77ff894fea6cb7f5c [diff] [blame] |
patch 8.1.1001: Visual area not correct when using 'cursorline' Problem: Visual area not correct when using 'cursorline'. Solution: Update w_last_cursorline also in Visual mode. (Hirohito Higashi, closes #4086)
diff --git a/src/version.c b/src/version.c index e4e6b3c..248b841 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1001, +/**/ 1000, /**/ 999,