commit | caf6434ac937cf26050276d7b474be2d2d6a06b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 22:11:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 22:11:33 2017 +0100 |
tree | 8728fa627626f54449193af1359da6ec7f1c6e9e | |
parent | 66727e16079fbac6db3897b5c3736ec9fba995bb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c1f426c..5a10b47 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 399, +/**/ 398, /**/ 397,