changeset 3044:dbd73fe939cf v7.3.294

updated for version 7.3.294 Problem: Patch 289 causes more problems than it solves. Solution: Rever the patch untill a better solution is found.
author Bram Moolenaar <bram@vim.org>
date Mon, 05 Sep 2011 20:13:42 +0200
parents d6c709d07173
children 9c96fb7330b5
files src/edit.c src/version.c
diffstat 2 files changed, 2 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/edit.c
+++ b/src/edit.c
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    294,
+/**/
     293,
 /**/
     292,