commit | e381d3d5e098546854b008e01ca1d28ba1a4a057 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 14:50:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 14:50:41 2016 +0200 |
tree | 89a05dea1c20f078b789c8aa5198e14a5f78084a | |
parent | 00efded1064427ab3f84e4d57af62e0aab876fc6 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c6ab5f4..f235d76 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1992, +/**/ 1991, /**/ 1990,