]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0399: crash when using balloon_show() when not supported v8.0.0399
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Mar 2017 21:11:33 +0000 (22:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Mar 2017 21:11:33 +0000 (22:11 +0100)
commitcaf6434ac937cf26050276d7b474be2d2d6a06b3
tree8728fa627626f54449193af1359da6ec7f1c6e9e
parent66727e16079fbac6db3897b5c3736ec9fba995bb
patch 8.0.0399: crash when using balloon_show() when not supported

Problem:    Crash when using balloon_show() when not supported. (Hirohito
            Higashi)
Solution:   Check for balloonEval not to be NULL. (Ken Takata)
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c