summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-13 22:09:58 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-13 22:09:58 +0200
commit518d6996998b35ccbc408b1b323f8869c0c1b4d8 (patch)
tree2dea797c8a4b223ff32bb0112dd8cb9f3d3a0603 /src/version.c
parentb984b80cd835a483bdca1928bc50eb09b071f373 (diff)
downloadvim-git-518d6996998b35ccbc408b1b323f8869c0c1b4d8.tar.gz
patch 8.0.1099: warnings for GDK callsv8.0.1099
Problem: Warnings for GDK calls. Solution: Use other calls for GTK 3 and fix a few problems. (Kazunobu Kuriyama)
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 346d201f8..689a10ee5 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 */
/**/
+ 1099,
+/**/
1098,
/**/
1097,