]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4618: cmdline completion does not recognize single letter commands v8.2.4618
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Mar 2022 13:08:36 +0000 (13:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Mar 2022 13:08:36 +0000 (13:08 +0000)
commitf4f0525c34d2aa32f214155b0dadcd274ed05dd1
treea4665cbfd5ab6d4ee44417ac49c8bf267c083f42
parent454ce6737cadb82886f1fc0eb9e8666cc59ae42b
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().
src/ex_docmd.c
src/version.c