]> granicus.if.org Git - vim/commit
patch 8.1.0052: when mapping to <Nop> times out the next mapping is skipped v8.1.0052
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Jun 2018 19:35:40 +0000 (21:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Jun 2018 19:35:40 +0000 (21:35 +0200)
commit83f4cbd973731872b633d6ba0caf850fb708d70c
treeb26413539ab5fcbf3eb9c9d2d58441e4b4b35de2
parent79c6b51e403d4ea755b6637b01d1426a06ca9f9a
patch 8.1.0052: when mapping to <Nop> times out the next mapping is skipped

Problem:    When a mapping to <Nop> times out the next mapping is skipped.
Solution:   Reset "timedout" when waiting for a character. (Christian
            Brabandt, closes #2921)
src/getchar.c
src/version.c