diff src/version.c @ 11508:9b1077d33c68 v8.0.0637

patch 8.0.0637: crash when using some version of GTK 3 commit https://github.com/vim/vim/commit/21b34b63b3f63dd54b338c4433fa7117dad9507b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 13 14:34:01 2017 +0200 patch 8.0.0637: crash when using some version of GTK 3 Problem: Crash when using some version of GTK 3. Solution: Add #ifdefs around incrementing the menu index. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Jun 2017 14:45:03 +0200
parents 7140ff4857eb
children deb9295dccda
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    637,
+/**/
     636,
 /**/
     635,