summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-19 17:47:25 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-19 17:47:25 +0100
commit3a466a87180d677b898687ef72d09f14a397794e (patch)
treec768f9b7b0aaae92465fbedd73ecdc4b3126668a /src/version.c
parent62ef797496c6243d111c596a592a8ef8c1d1e710 (diff)
patch 7.4.1138v7.4.1138
Problem: When running gvim in the foreground some icons are missing. (Taylor Venable) Solution: Move the call to gui_gtk_register_resource(). (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 845158b1f1..d42a237776 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1138,
+/**/
1137,
/**/
1136,