summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-10 15:18:22 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-10 15:18:22 +0200
commitf65e5667dfd0281fa197638ab3361f0bc007fc14 (patch)
treebf30002816e3ce93b5df064562eac9d856218119 /src/version.c
parent773c1ef81b2d29e40592cd2743a7d7a6e554e06f (diff)
downloadvim-git-f65e5667dfd0281fa197638ab3361f0bc007fc14.tar.gz
updated for version 7.3.596v7.3.596
Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
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 e4e90660a..80abb73ee 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 596,
+/**/
595,
/**/
594,