]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.294 v7.3.294
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2011 18:13:42 +0000 (20:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2011 18:13:42 +0000 (20:13 +0200)
Problem:    Patch 289 causes more problems than it solves.
Solution:   Rever the patch untill a better solution is found.

src/edit.c
src/version.c

index c9cfca65625801450f1266780bc5906e064bd720..711bfccc9f092386f14837951e560b4551e7e30b 100644 (file)
@@ -3367,15 +3367,6 @@ ins_compl_new_leader()
     ins_bytes(compl_leader + ins_compl_len());
     compl_used_match = FALSE;
 
-#ifdef FEAT_COMPL_FUNC
-    /*
-     * To call eval 'completefunc' when leader is changed, restart completion
-     * every time.
-     */
-    if (ctrl_x_mode == CTRL_X_FUNCTION || ctrl_x_mode == CTRL_X_OMNI)
-        ins_compl_restart();
-#endif
-
     if (compl_started)
        ins_compl_set_original_text(compl_leader);
     else
index d66b4fba26e2cac74b770e2ebc68df8a72baa1d9..f1e7dc2f8382c3148e0f0fa9ddf11a4c021ddb91 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    294,
 /**/
     293,
 /**/