summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-03 21:46:19 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-03 21:46:19 +0100
commitd047840ce4b770a86bacab0d62e72d0f61a2b8ab (patch)
treeca910203d062b1f55c46e9eb5050dc435a0e5fef /src
parent1e814bc017907209a66af82f8fb76c6d1fc324aa (diff)
patch 8.1.2249: "make vimtags" does not print any messagev8.1.2249
Problem: "make vimtags" does not print any message. Solution: Add a message that the tags have been updated.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a577dab70b..0418204a5b 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 */
/**/
+ 2249,
+/**/
2248,
/**/
2247,