diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-03-07 19:38:54 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-03-07 19:38:54 +0100 |
commit | 3978e08fbee9a1ef6b988cae73e95cb18467733b (patch) | |
tree | e5e21faf0592bf82d1e7c01fbdb604eaa6f3ee91 /src/version.c | |
parent | db813951c4fc1f91aaaeb4e72d37942e13cb1f0e (diff) | |
download | vim-3978e08fbee9a1ef6b988cae73e95cb18467733b.zip |
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b6e4f3894..7c1e274ef 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 854, +/**/ 853, /**/ 852, |