summaryrefslogtreecommitdiff
path: root/src/edit.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-05 12:49:52 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-05 12:49:52 +0200
commitf0d9e005375409a9f3a887a1a946afb9a45cdd34 (patch)
treec0a187ac86d54dec70afb14b790fa887987081fb /src/edit.c
parent966d71c852e1126883846817d3a16590268298f5 (diff)
downloadvim-git-f0d9e005375409a9f3a887a1a946afb9a45cdd34.tar.gz
updated for version 7.4.018v7.4.018
Problem: When completing item becomes unselected. (Shougo Matsu) Solution: Revert patch 7.3.1269.
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c
index b76ebe5c1..6f8dc49a3 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -3467,7 +3467,6 @@ ins_compl_new_leader()
}
compl_enter_selects = !compl_used_match;
- compl_shown_match = compl_curr_match = compl_first_match;
/* Show the popup menu with a different set of matches. */
ins_compl_show_pum();