]> granicus.if.org Git - vim/commit
patch 8.0.1210: CTRL-G and CTRL-T are ignored with typeahead v8.0.1210
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Oct 2017 12:44:17 +0000 (14:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Oct 2017 12:44:17 +0000 (14:44 +0200)
commitf8e8c0643b1cd97db11912bc4f773e1328a0da02
treece6ffc0333bd70a60db9a5a1402582bcf65aadcf
parent53f0c962394dc6bc66d5b0762af9434e672d1b25
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)
src/ex_getln.c
src/testdir/test_search.vim
src/version.c