]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1510: a plugin cannot easily expand a command like done internally v8.1.1510
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 15:22:31 +0000 (17:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 15:22:31 +0000 (17:22 +0200)
commit80dad48c5095d30873a42ec82628bdb213125d8e
tree4b90c651f4f6f7cd45d18c5aa53c8b4b6fc3291f
parent954bb0636390751c0665d7d730a13d86dc5bc6e6
patch 8.1.1510: a plugin cannot easily expand a command like done internally

Problem:    A plugin cannot easily expand a command like done internally.
Solution:   Add the expandcmd() function. (Yegappan Lakshmanan, closes #4514)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/testdir/test_expand.vim
src/version.c