summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-13 13:24:45 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-13 13:24:45 +0100
commit52f9c19015df5ee1ee8592b6f3f15b8a57c8f5be (patch)
treec747e50420de9e6982bca7c9c5d2248f6d29cadc /src/version.c
parent8dcf259d904cfb965d31841dc74a5cfaf5a351d9 (diff)
patch 7.4.1554v7.4.1554
Problem: Completion for :colorscheme does not use 'packpath'. Solution: Make it work, add a test. (Hirohito Higashi)
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 ed6e4b2ead..bb08c4b1c8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1554,
+/**/
1553,
/**/
1552,