]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0925: getcompletion() does not return command line arguments v8.2.0925
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Jun 2020 16:45:14 +0000 (18:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Jun 2020 16:45:14 +0000 (18:45 +0200)
commit1f1fd44ef796dd909ff5f3e5288b3fd79294dc71
tree86edf1758d9821ab3ccd5793e646366d76046d3a
parentbb861e293e0170455184079fa537278754b07911
patch 8.2.0925: getcompletion() does not return command line arguments

Problem:    Getcompletion() does not return command line arguments.
Solution:   Add the "cmdline" option. (Shougo, closes #1140)
runtime/doc/eval.txt
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c