1
0
forked from aniani/vim

updated for version 7.2.347

Problem:    Crash when executing <expr> mapping redefines that same mapping.
Solution:   Save the values used before evaluating the expression.
This commit is contained in:
Bram Moolenaar
2010-01-27 17:31:43 +01:00
parent 38ef43b262
commit 0dbf720d86
2 changed files with 39 additions and 6 deletions

View File

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