forked from aniani/vim
updated for version 7.0-205
This commit is contained in:
parent
f2a4e33ffb
commit
33c4fb68bf
@ -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.
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
205,
|
||||
/**/
|
||||
204,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user