commit | f4f0525c34d2aa32f214155b0dadcd274ed05dd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 13:08:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 13:08:36 2022 +0000 |
tree | a4665cbfd5ab6d4ee44417ac49c8bf267c083f42 | |
parent | 454ce6737cadb82886f1fc0eb9e8666cc59ae42b [diff] [blame] |
patch 8.2.4618: cmdline completion does not recognize single letter commands Problem: Command line completion does not recognize single letter commands. Solution: Use the condition from find_ex_command().
diff --git a/src/version.c b/src/version.c index 17d15c0..39eefb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4618, +/**/ 4617, /**/ 4616,