summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-14 17:04:31 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-14 17:04:31 +0200
commit08052228a72074cdb0165e65f01b2fa8fce867ea (patch)
treedf553d28f0672a899172ba0ee4ea83e35510ff03 /src/version.c
parenteb26f4331f607b1639bf01f4f35ad3ce7d20cb10 (diff)
downloadvim-git-8.2.1681.tar.gz
patch 8.2.1681: Vim9: unnessary :call commands in testsv8.2.1681
Problem: Vim9: unnessary :call commands in tests. Solution: Remove the commands. (issue #6936)
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 89ef82a34..f8d72126a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1681,
+/**/
1680,
/**/
1679,