1
0
forked from aniani/vim

updated for version 7.2.346

Problem:    Repeating a command with @: causes a mapping to be applied twice.
Solution:   Do not remap characters inserted in the typeahead buffer. (Kana
            Natsuno)
This commit is contained in:
Bram Moolenaar
2010-01-27 16:31:13 +01:00
parent 5075aad6a8
commit 38ef43b262
2 changed files with 13 additions and 4 deletions

View File

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