vim-patch:7.4.1753

Problem:    "noinsert" in 'completeopt' is sometimes ignored.
Solution:   Set the variables when the 'completeopt' was set. (Ozaki Kiichi)

c020042083
This commit is contained in:
Shougo Matsushita
2016-04-21 06:00:55 +09:00
parent cef624ee9e
commit e57238a644
3 changed files with 21 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1755,
1753,
1654,
1652,
1643,