commit | 2ab375e54ef4eac438d1aef8b99d9e71f2fa0c63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 22:23:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 22:23:06 2016 +0100 |
tree | d62682f35f89d4821d4b1a5a8f71c71fb7b9745b | |
parent | f6157284de71d8881f3b89fbd79d1ecbf842929f [diff] [blame] |
patch 7.4.1300 Problem: Cannot test CursorMovedI because there is typeahead. Solution: Add disable_char_avail_for_testing().
diff --git a/src/version.c b/src/version.c index 9a77db0..e19d205 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1300, +/**/ 1299, /**/ 1298,