commit | 3978e08fbee9a1ef6b988cae73e95cb18467733b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 19:38:54 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 19:38:54 2013 +0100 |
tree | e5e21faf0592bf82d1e7c01fbdb604eaa6f3ee91 | |
parent | db813951c4fc1f91aaaeb4e72d37942e13cb1f0e [diff] [blame] |
updated for version 7.3.854 Problem: After using backspace in insert mode completion, CTRL-N and CTRL-P do not highlight the right entry. (Olivier Teuliere) Solution: Set the current item to the shown item after using backspace.
diff --git a/src/version.c b/src/version.c index b6e4f38..7c1e274 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 854, +/**/ 853, /**/ 852,