1
0
forked from aniani/vim

updated for version 7.4.306

Problem:    getchar(0) does not return Esc.
Solution:   Do not wait for an Esc sequence to be complete.  (Yasuhiro
            Matsumoto)
This commit is contained in:
Bram Moolenaar
2014-05-22 18:59:58 +02:00
parent 13600303c5
commit 9a665ba296
3 changed files with 6 additions and 3 deletions

View File

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