]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0819: a failed assert with a long string is hard to read v8.1.0819
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Jan 2019 19:48:33 +0000 (20:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Jan 2019 19:48:33 +0000 (20:48 +0100)
commit865767126e97d9ac65e052a657b29bbc32dcb512
tree6f6a74f88ed36f13c18f42c8308f8ddb40525bd7
parent240583869ae477202494dd01ef1e8e2bac650f10
patch 8.1.0819: a failed assert with a long string is hard to read

Problem:    A failed assert with a long string is hard to read.
Solution:   Shorten the assert message.
src/eval.c
src/testdir/test_assert.vim
src/version.c