commit | f8e8c0643b1cd97db11912bc4f773e1328a0da02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 14:44:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 14:44:17 2017 +0200 |
tree | ce6ffc0333bd70a60db9a5a1402582bcf65aadcf | |
parent | 53f0c962394dc6bc66d5b0762af9434e672d1b25 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b0eefff..6ab48f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1210, +/**/ 1209, /**/ 1208,