diff options
author | Jurica Bradarić <jbradaric@users.noreply.github.com> | 2016-09-04 23:40:12 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-09-04 23:40:12 +0200 |
commit | 0f381f26cbbe7f50de106c996d8a9d946db61574 (patch) | |
tree | dcb9b4c8f80599ddb49b4f44e58319cf20724434 /src/nvim/version.c | |
parent | e75e9c10dc947bc4aac0aea927e47038bf984b7f (diff) | |
download | rneovim-0f381f26cbbe7f50de106c996d8a9d946db61574.tar.gz rneovim-0f381f26cbbe7f50de106c996d8a9d946db61574.tar.bz2 rneovim-0f381f26cbbe7f50de106c996d8a9d946db61574.zip |
vim-patch:7.4.1971 (#5262)
Problem: It is not easy to see unrecognized error lines below the current
error position.
Solution: Add ":clist +count".
https://github.com/vim/vim/commit/e8fea0728a2fa1fe78ef0ac90dee1a84bd7ef9fb
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 d37eec1c28..7ce9df4c6e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -305,7 +305,7 @@ static int included_patches[] = { // 1974 NA 1973, // 1972, - // 1971, + 1971, // 1970, // 1969 NA // 1968, |