diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 16:28:23 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-28 14:57:37 -0500 |
commit | 92c7c42f7c2aab4b5f00b5d3785c06a3e2834c28 (patch) | |
tree | 5a7bfae4e66469488fc7d3b01d5cbb8fc4f0da18 /src/nvim/version.c | |
parent | e00b02429520ad2c8f087024900c8adce5b42d46 (diff) | |
download | rneovim-92c7c42f7c2aab4b5f00b5d3785c06a3e2834c28.tar.gz rneovim-92c7c42f7c2aab4b5f00b5d3785c06a3e2834c28.tar.bz2 rneovim-92c7c42f7c2aab4b5f00b5d3785c06a3e2834c28.zip |
vim-patch:7.4.2183
Problem: Sign tests are old style.
Solution: Turn them into new style tests. (Dominique Pelle)
https://github.com/vim/vim/commit/09de17536dd84e43aed7a575183e320e8d980b68
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 df3fc1cbc2..14905a7bfa 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -257,7 +257,7 @@ static int included_patches[] = { // 2186 NA // 2185, // 2184, - // 2183, + 2183, // 2182 NA // 2181, // 2180, |