1
0
forked from aniani/vim

updated for version 7.3.181

Problem:    When repeating the insert of CTRL-V or a digraph the display may
            not be updated correctly.
Solution:   Only call edit_unputchar() after edit_putchar(). (Lech Lorens)
This commit is contained in:
Bram Moolenaar
2011-05-10 14:22:16 +02:00
parent a4271d598b
commit 9c520cb544
2 changed files with 22 additions and 9 deletions

View File

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