diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-18 21:06:04 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 06:34:28 -0400 |
commit | 11fd9655542fd2676e13d00791b4bc9e96772300 (patch) | |
tree | 80fbc7e5a2ae393a6b75fdb979255b56185e7afe /src/nvim/version.c | |
parent | ad99d0bf7e291564dd858f8206db52311f8878cc (diff) | |
download | rneovim-11fd9655542fd2676e13d00791b4bc9e96772300.tar.gz rneovim-11fd9655542fd2676e13d00791b4bc9e96772300.tar.bz2 rneovim-11fd9655542fd2676e13d00791b4bc9e96772300.zip |
vim-patch:7.4.1300
Problem: Cannot test CursorMovedI because there is typeahead.
Solution: Add disable_char_avail_for_testing().
https://github.com/vim/vim/commit/2ab375e54ef4eac438d1aef8b99d9e71f2fa0c63
Most of it manually applied.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index a492c8d7ec..ed16b1b0d5 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -377,7 +377,7 @@ static int included_patches[] = { // 1303 NA // 1302 NA // 1301 NA - // 1300, + 1300, // 1299 NA // 1298 NA // 1297 NA |