summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-09 15:10:52 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-09 15:10:52 +0200
commit4507f6ada590fb6274b21c416190dfecb23dcf1b (patch)
treeb9f83c53e675036bb20fcb575f8a68f66abbd3aa /src
parent29a86ffee794bc1a0efde215c203cf9529047252 (diff)
downloadvim-git-4507f6ada590fb6274b21c416190dfecb23dcf1b.tar.gz
patch 8.2.1642: otions test failsv8.2.1642
Problem: Otions test fails. Solution: Correct call to OptionG().
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 7390d399c..54bb12884 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1642,
+/**/
1641,
/**/
1640,