commit | 40b1b5443c88fab77f1f7c6f9e801f7ffdb7e0a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 20:18:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 20:18:23 2016 +0200 |
tree | 59056726cfbcd9afe1b71eab0db0f30ac61856f4 | |
parent | 245c41070c7f37d52be43cce0cb140bd3ade6c7e [diff] [blame] |
patch 7.4.1759 Problem: When using feedkeys() in a timer the inserted characters are not used right away. Solution: Break the wait loop when characters have been added to typebuf. use this for testing CursorHoldI.
diff --git a/src/version.c b/src/version.c index 0993f66..f550196 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1759, +/**/ 1758, /**/ 1757,