diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 16:30:14 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-28 14:57:38 -0500 |
commit | d4671048162be61096cfcf6beef917166afa5267 (patch) | |
tree | 8749870c225f8ff72944161d93dd390aa072c816 /src/nvim/version.c | |
parent | 92c7c42f7c2aab4b5f00b5d3785c06a3e2834c28 (diff) | |
download | rneovim-d4671048162be61096cfcf6beef917166afa5267.tar.gz rneovim-d4671048162be61096cfcf6beef917166afa5267.tar.bz2 rneovim-d4671048162be61096cfcf6beef917166afa5267.zip |
vim-patch:7.4.2194
Problem: Sign tests don't cover enough.
Solution: Add more test cases. (Dominique Pelle)
https://github.com/vim/vim/commit/446a973ce3ce4988607292c0e6345db788f12c7b
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 14905a7bfa..d146d8ff67 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -246,7 +246,7 @@ static int included_patches[] = { // 2197, // 2196, // 2195 NA - // 2194, + 2194, // 2193 NA // 2192 NA // 2191 NA |