summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-04 16:05:14 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-04 16:05:14 +0200
commit6cb39f924a10912a615573230e906e8089975198 (patch)
treebe922586727211913970ab06a348240bff2ea6ba /src/version.c
parent5ca1ac373ae62b37152cb6f85916b402eda520a5 (diff)
patch 8.1.1627: header file contains mixed comment stylev8.1.1627
Problem: Header file contains mixed comment style. Solution: Use // style comments.
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 e78733a17a..0620a21e99 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1627,
+/**/
1626,
/**/
1625,