1
0
forked from aniani/vim

patch 8.0.1210: CTRL-G and CTRL-T are ignored with typeahead

Problem:    When typing a search pattern CTRL-G and CTRL-T are ignored when
            there is typeahead.
Solution:   Don't pass SEARCH_PEEK and don't call char_avail(). (haya14busa,
            closes #2233)
This commit is contained in:
Bram Moolenaar
2017-10-22 14:44:17 +02:00
parent 53f0c96239
commit f8e8c0643b
3 changed files with 39 additions and 13 deletions

View File

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