diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-27 12:06:27 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-02-27 15:00:18 -0500 |
commit | 2f5aee561e94703f09b8cb85dfd5a42b06153992 (patch) | |
tree | d48d0775e3c73fdec5edbcaf81508fd51f66c702 /src/nvim/version.c | |
parent | eb6651b7a936736be4b9572f7cfec1ac2f8aa07a (diff) | |
download | rneovim-2f5aee561e94703f09b8cb85dfd5a42b06153992.tar.gz rneovim-2f5aee561e94703f09b8cb85dfd5a42b06153992.tar.bz2 rneovim-2f5aee561e94703f09b8cb85dfd5a42b06153992.zip |
vim-patch:7.4.1992
Problem: Values for true and false can be confusing.
Solution: Update the documentation. Add a test. Make v:true evaluate to
TRUE for a non-zero-arg.
https://github.com/vim/vim/commit/e381d3d5e098546854b008e01ca1d28ba1a4a057
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 9404bae711..c007acba14 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -448,7 +448,7 @@ static int included_patches[] = { // 1995 NA // 1994, // 1993, - // 1992, + 1992, 1991, 1990, 1989, |