commit | 26d982185e21398738a9c688429c0a1840d7c9c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 22:32:55 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 22:32:55 2019 +0100 |
tree | 0d07ba5ed6a792b50e7d216dbdee109301632485 | |
parent | 346d2a359a6874be6cdb683a8d190ba13aa10e94 [diff] [blame] |
patch 8.1.0837: timer interrupting cursorhold and mapping not tested Problem: Timer interrupting cursorhold and mapping not tested. Solution: Add tests with timers. (Ozaki Kiichi, closes #3871)
diff --git a/src/version.c b/src/version.c index dac3c62..6ceaf23 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 837, +/**/ 836, /**/ 835,