From 08052228a72074cdb0165e65f01b2fa8fce867ea Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 14 Sep 2020 17:04:31 +0200 Subject: patch 8.2.1681: Vim9: unnessary :call commands in tests Problem: Vim9: unnessary :call commands in tests. Solution: Remove the commands. (issue #6936) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 89ef82a34..f8d72126a 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1681, /**/ 1680, /**/ -- cgit v1.2.1