1
0
forked from aniani/vim

updated for version 7.0-205

This commit is contained in:
Bram Moolenaar 2007-02-27 22:03:05 +00:00
parent f2a4e33ffb
commit 33c4fb68bf
2 changed files with 2 additions and 2 deletions

View File

@ -4401,7 +4401,6 @@ eval_map_expr(str)
} }
#endif #endif
#if defined(FEAT_EVAL) || defined(PROTO)
/* /*
* Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result * Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
* can be put in the typeahead buffer. * can be put in the typeahead buffer.
@ -4440,7 +4439,6 @@ vim_strsave_escape_csi(p)
} }
return res; return res;
} }
#endif
/* /*
* Write map commands for the current mappings to an .exrc file. * Write map commands for the current mappings to an .exrc file.

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
205,
/**/ /**/
204, 204,
/**/ /**/