updated for version 7.0-205 v7.0.205
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Feb 2007 22:03:05 +0000 (22:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Feb 2007 22:03:05 +0000 (22:03 +0000)
src/getchar.c
src/version.c

index 6705202785bed8c34a54824f97be1eee64339a2c..9d8944cb87e42b4fd34197081ae4abc969d316e0 100644 (file)
@@ -4401,7 +4401,6 @@ eval_map_expr(str)
 }
 #endif
 
-#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
  * can be put in the typeahead buffer.
@@ -4440,7 +4439,6 @@ vim_strsave_escape_csi(p)
     }
     return res;
 }
-#endif
 
 /*
  * Write map commands for the current mappings to an .exrc file.
index f9ad029a7bebce2e08c121e59a95a8d134fdb83b..c9508b969a2460ead939283b1cd6361288e5a52d 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    205,
 /**/
     204,
 /**/