commit | 3f3597be3ffa9ae226b2e9831e4ed64c8ae43c42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 19:06:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 19:06:56 2022 +0000 |
tree | 864f4a200219fc8c9cda2a41a9e3be3eb8f278b7 | |
parent | 262898ae43fa223916cfa27b0de81e5d9f3fc4b0 [diff] [blame] |
patch 8.2.4122: ":command Cmd" does not show custom completion argument Problem: ":command Cmd" does not show custom completion argument. Solution: Show the completion argument when using ":verbose".
diff --git a/src/version.c b/src/version.c index bc75522..bee41fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4122, +/**/ 4121, /**/ 4120,