]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4570: no command line completion for :profile and :profdel v8.2.4570
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 15 Mar 2022 10:53:09 +0000 (10:53 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Mar 2022 10:53:09 +0000 (10:53 +0000)
commit1fdf84e033f8c4eead3b4ccebb1969cfbc7d10db
tree6ed313f31160373533389e95b6bc8e0a55971ec1
parent977525fea662b7f37ad0e052894c1f62b5b03269
patch 8.2.4570: no command line completion for :profile and :profdel

Problem:    No command line completion for :profile and :profdel.
Solution:   Implement completion. (Yegappan Lakshmanan, closes #9955)
src/cmdexpand.c
src/profiler.c
src/testdir/test_cmdline.vim
src/testdir/test_profile.vim
src/version.c