commit | f914a33c9c8ec5c30da684a4a16edad3e0224f0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 20 15:09:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 20 15:09:56 2019 +0200 |
tree | effa3d4eefeba07d08e13a8435c7c2a435e1f6d7 | |
parent | ab0a789808ecf8de8f0805ec332f69029897fdb5 [diff] [blame] |
patch 8.1.1717: last char in menu popup window highlighted Problem: Last char in menu popup window highlighted. Solution: Do not highlight an extra character twice.
diff --git a/src/version.c b/src/version.c index 20fdb1e..47b044f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1717, +/**/ 1716, /**/ 1715,