diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-26 22:34:12 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-26 22:37:00 -0400 |
commit | 0d6fe73d7b4dbba5bcea4559896c92f9c7e3f10a (patch) | |
tree | 71d72ff493aee81647602fcfa836c1dce312a19e /src/nvim/version.c | |
parent | 67d5a1aae2b4564cddc1883b01a926ab29b8be64 (diff) | |
download | rneovim-0d6fe73d7b4dbba5bcea4559896c92f9c7e3f10a.tar.gz rneovim-0d6fe73d7b4dbba5bcea4559896c92f9c7e3f10a.tar.bz2 rneovim-0d6fe73d7b4dbba5bcea4559896c92f9c7e3f10a.zip |
vim-patch:7.4.1118
Problem: Tests hang in 24 line terminal.
Solution: Set the 'more' option off.
https://github.com/vim/vim/commit/a99b90437af730dcafd9143c0942c87777a00d52
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 e913d84223..89aef16f07 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -559,7 +559,7 @@ static int included_patches[] = { // 1121, 1120, // 1119, - // 1118, + 1118, 1117, 1116, // 1115 NA |