diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-27 15:00:51 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-02-27 15:04:54 -0500 |
commit | f863b23fd9aa53e65cd0e79957e9cfcff216af29 (patch) | |
tree | 28eb238c204df5ae88f6fb80de52db6141b9cbc1 /src/nvim/version.c | |
parent | 2f5aee561e94703f09b8cb85dfd5a42b06153992 (diff) | |
download | rneovim-f863b23fd9aa53e65cd0e79957e9cfcff216af29.tar.gz rneovim-f863b23fd9aa53e65cd0e79957e9cfcff216af29.tar.bz2 rneovim-f863b23fd9aa53e65cd0e79957e9cfcff216af29.zip |
vim-patch:7.4.1993
Problem: Not all TRUE and FALSE arguments are tested.
Solution: Add a few more tests.
https://github.com/vim/vim/commit/6bb450145e96d7b182769fd9502a267da72667ec
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 c007acba14..042c41df76 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -447,7 +447,7 @@ static int included_patches[] = { 1996, // 1995 NA // 1994, - // 1993, + 1993, 1992, 1991, 1990, |