summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-02 18:13:00 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-02 18:13:00 +0100
commit5130f316612dfc71c433c2743340dc45444eb17d (patch)
treede7a8fe55ee677e5e28934abc208d3d2aaf997e9 /src
parent86b21bb3e7bc687fc74e127d78a89b411929716b (diff)
downloadvim-git-5130f316612dfc71c433c2743340dc45444eb17d.tar.gz
patch 8.0.1248: stray + in README filev8.0.1248
Problem: Stray + in README file. Solution: Remove the +. Add a line break.
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 7bf3f4308..3504ff6c3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1248,
+/**/
1247,
/**/
1246,