commit | 3d2a3cbce873af861031a01e02694dcfae0c4582 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 17:12:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 17:12:01 2019 +0200 |
tree | d42cb9c8278b7bf9564b0c490fb994a53dd6c704 | |
parent | 4544bd2f247425c9dd743c76618dd70f53c72538 [diff] [blame] |
patch 8.1.2009: cursorline highlighting not updated in popup window Problem: Cursorline highlighting not updated in popup window. (Marko Mahnič) Solution: Check if the cursor position changed. (closes #4912)
diff --git a/src/version.c b/src/version.c index b797a59..6f8855a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2009, +/**/ 2008, /**/ 2007,