]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-113 v7.0.113
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Oct 2006 13:22:23 +0000 (13:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Oct 2006 13:22:23 +0000 (13:22 +0000)
src/edit.c
src/version.c

index 94456aea7fd706a0c95c4d6ac9baf6a160c4aaee..4858d025562288da30ece65f37ce8eedd1b4dec9 100644 (file)
@@ -3206,7 +3206,8 @@ ins_compl_addfrommatch()
            for (cp = compl_shown_match->cp_next; cp != NULL
                                 && cp != compl_first_match; cp = cp->cp_next)
            {
-               if (ins_compl_equal(cp, compl_leader,
+               if (compl_leader == NULL
+                       || ins_compl_equal(cp, compl_leader,
                                                   (int)STRLEN(compl_leader)))
                {
                    p = cp->cp_str;
index 6fdf156d7ce8ba28b29f56b77ee416b357693209..50dc267150eba9d8ce69f894545aa3a39040bd00 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    113,
 /**/
     112,
 /**/