]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1271 v7.4.1271
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2016 19:29:28 +0000 (20:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2016 19:29:28 +0000 (20:29 +0100)
commit3712792637516aea7acf76a11533be1066952820
tree513e92becf8e22c92f065f08f9316c3ff0480619
parent81e7a9c3fb37cad46c8f04a5ce871fb06819a371
patch 7.4.1271
Problem:    assert_false(v:false) reports an error. (Nikolai Pavlov)
Solution:   Recognize v:true and v:false. (Closes #625)
src/eval.c
src/testdir/test_assert.vim
src/version.c