commit | 3712792637516aea7acf76a11533be1066952820 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 20:29:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 20:29:28 2016 +0100 |
tree | 513e92becf8e22c92f065f08f9316c3ff0480619 | |
parent | 81e7a9c3fb37cad46c8f04a5ce871fb06819a371 [diff] [blame] |
patch 7.4.1271 Problem: assert_false(v:false) reports an error. (Nikolai Pavlov) Solution: Recognize v:true and v:false. (Closes #625)
diff --git a/src/version.c b/src/version.c index 74518d9..471bd34 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1271, +/**/ 1270, /**/ 1269,