From: Bram Moolenaar Date: Tue, 27 Feb 2007 22:03:05 +0000 (+0000) Subject: updated for version 7.0-205 X-Git-Tag: v7.0.205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33c4fb68bf0bdfbff1019c1c5b27c20edb4cb1b7;p=vim updated for version 7.0-205 --- diff --git a/src/getchar.c b/src/getchar.c index 670520278..9d8944cb8 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -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. diff --git a/src/version.c b/src/version.c index f9ad029a7..c9508b969 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 205, /**/ 204, /**/