summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-09 15:41:31 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-09 15:41:31 +0200
commitf8ec998613d8037e345f4e7e08460dfc15c528a9 (patch)
tree7ecef4c27c02a8faf05ceae24e98274dbf9b1055 /src/version.c
parent59053e1d9f41f9afa16ac7e266ee825a2eb2dd59 (diff)
downloadvim-f8ec998613d8037e345f4e7e08460dfc15c528a9.zip
patch 8.0.0558: :ownsyntax is not tested
Problem: The :ownsyntax command is not tested. Solution: Add a test. (Dominique Pelle, closes #1622)
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 d37033f4e..26df63410 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 558,
+/**/
557,
/**/
556,