commit | 10476521f51d5902d191f2189307781fc48a3a16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 24 22:57:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 24 22:57:31 2020 +0200 |
tree | f0c026fcf929c281b52ac75a735956c214126df4 | |
parent | 531be47ac5522807b265c6287021a01c9b895ac9 [diff] [blame] |
patch 8.2.1737: cursor line highlight in popup window is not always updated Problem: Cursor line highlight in popup window is not always updated. Solution: Check if the cursor has moved. (closes #7010)
diff --git a/src/version.c b/src/version.c index a2383c9..24e30ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1737, +/**/ 1736, /**/ 1735,