1
0
forked from aniani/vim

updated for version 7.3.053

Problem:    complete() function doesn't reset complete direction.  Can't use
            an empty string in the list of matches.
Solution:   Set compl_direction to FORWARD.  Add "empty" key to allow empty
            words. (Kikuchan)
This commit is contained in:
Bram Moolenaar
2010-11-10 17:11:33 +01:00
parent 37dd018cdd
commit 2a8caa414e
2 changed files with 7 additions and 1 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
53,
/**/
52,
/**/