commit | 83f4cbd973731872b633d6ba0caf850fb708d70c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 21:35:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 21:35:40 2018 +0200 |
tree | b26413539ab5fcbf3eb9c9d2d58441e4b4b35de2 | |
parent | 79c6b51e403d4ea755b6637b01d1426a06ca9f9a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5ff56fd..3187cf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 52, +/**/ 51, /**/ 50,