]> granicus.if.org Git - vim/commit
patch 8.2.2468: not easy to get the full command name from a shortened one v8.2.2468
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 11:38:51 +0000 (12:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 11:38:51 +0000 (12:38 +0100)
commit038e09ee7645731de0296d255aabb17603276443
tree26fde6ff5abd96317ca5455594fc50fa17cd0dcf
parent139348f3e8370826a1ceb10c73f7c7bb586f8125
patch 8.2.2468: not easy to get the full command name from a shortened one

Problem:    Not easy to get the full command name from a shortened one.
Solution:   Add fullcommand(). (Martin Tournoij, closes #7777)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/ex_docmd.c
src/proto/evalfunc.pro
src/testdir/test_cmdline.vim
src/version.c