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.

e381d3d5e0
This commit is contained in:
James McCoy
2017-02-27 12:06:27 -05:00
parent eb6651b7a9
commit 2f5aee561e
5 changed files with 217 additions and 78 deletions

View File

@@ -27,5 +27,6 @@ source test_tabline.vim
source test_tabpage.vim
source test_tagcase.vim
source test_tagjump.vim
source test_true_false.vim
source test_unlet.vim
source test_window_cmd.vim