diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-06-13 14:34:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-06-13 14:34:01 +0200 |
commit | 21b34b63b3f63dd54b338c4433fa7117dad9507b (patch) | |
tree | 25b7145165aedf2eb8de81d01af2e5cfff3b26dd /src/version.c | |
parent | 56f2db562ddc6c69026d55360f0cfaacd8adc26a (diff) | |
download | vim-git-8.0.0637.tar.gz |
patch 8.0.0637: crash when using some version of GTK 3v8.0.0637
Problem: Crash when using some version of GTK 3.
Solution: Add #ifdefs around incrementing the menu index. (Kazunobu
Kuriyama)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 6d33f125d..23653c1df 100644 --- 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, |