summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-08-21 21:58:13 +0200
committerBram Moolenaar <Bram@vim.org>2018-08-21 21:58:13 +0200
commitc631f2df624954184509df49479d52ad7fe5233b (patch)
treea98cd43ebe6a24f8208c44d40715a21614b89067 /src/version.c
parent47ad5656e1e4285a74e7e8e5d0f1f71cd554e25c (diff)
patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315
Problem: Helpgrep with language doesn't work properly. (Takuya Fujiwara) Solution: Check for the language earlier. (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 55d3ce33e6..6b79b6e542 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 315,
+/**/
314,
/**/
313,