# HG changeset patch # User vimboss # Date 1172613785 0 # Node ID 183c3187b20dbc6ecc74958e9ba141f0d4f72d23 # Parent a36d21d4a87596abd8775c322fced6a539385ab3 updated for version 7.0-205 diff --git a/src/getchar.c b/src/getchar.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 205, +/**/ 204, /**/ 203,