summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-21 12:52:04 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-21 12:52:04 +0200
commit8dd7901a665862790b2e4d49fcc2d235f06769ad (patch)
treedc6885bf694efe23a48ed06085f2e656af77c632 /src/version.c
parent9bad29decfea3477a60780926d573b801ceabe51 (diff)
downloadvim-git-8dd7901a665862790b2e4d49fcc2d235f06769ad.tar.gz
updated for version 7.3.985v7.3.985
Problem: GTK vim not started as gvim doesn't set WM_CLASS property to a useful value. Solution: Call g_set_prgname() on startup. (James McCoy)
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 52d9e7191..e74f2d1b0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 985,
+/**/
984,
/**/
983,