summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-23 17:22:35 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-23 17:22:35 +0200
commitcdeae99b4ef4d359e4388a72c6d35f9343ce578a (patch)
tree7a925b3f8a8961e9685e957220a3f70f52de3de2 /src/version.c
parent9c5589c7cef9bacc41e2c359f60c53ed67c010de (diff)
patch 8.0.0758: possible crash when using a terminal windowv8.0.0758
Problem: Possible crash when using a terminal window. Solution: Check for NULL pointers. (Yasuhiro Matsumoto, closes #1864)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ad2a45d194..bfeedcd4d4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 758,
+/**/
757,
/**/
756,