]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0254: error message of assert functions is sometimes incomplete v8.0.0254
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 17:08:12 +0000 (18:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 17:08:12 +0000 (18:08 +0100)
commitc7b831ca154537505f5a22d01335a86b2e9cb023
treee6cfed108ac6001743480ced4763d632dca45777
parent36ae89c550a4f0a380606c3fb4a054957ad698f0
patch 8.0.0254: error message of assert functions is sometimes incomplete

Problem:    When using an assert function one can either specify a message or
            get a message about what failed, not both.
Solution:   Concatenate the error with the message.
src/eval.c
src/testdir/test_assert.vim
src/version.c