commit | 77b10ffad4ebad15022614be4db2745f6a90f405 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 13:21:35 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 13:21:35 2021 +0100 |
tree | 8319b6d1ba747e28f7ef57082978d9be464049c5 | |
parent | 2e34c34be1393027a761ecbccd8f267d52ca7bc1 [diff] [blame] |
patch 8.2.2603: Vim9: no effect if user command is also a function Problem: Vim9: no effect if user command is also a function. Solution: Check for paren following. (closes #7960)
diff --git a/src/version.c b/src/version.c index 5f95083..14bf96b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2603, +/**/ 2602, /**/ 2601,