commit | 08052228a72074cdb0165e65f01b2fa8fce867ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 17:04:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 17:04:31 2020 +0200 |
tree | df553d28f0672a899172ba0ee4ea83e35510ff03 | |
parent | eb26f4331f607b1639bf01f4f35ad3ce7d20cb10 [diff] [blame] |
patch 8.2.1681: Vim9: unnessary :call commands in tests Problem: Vim9: unnessary :call commands in tests. Solution: Remove the commands. (issue #6936)
diff --git a/src/version.c b/src/version.c index 89ef82a..f8d7212 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1681, +/**/ 1680, /**/ 1679,