]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2206: :exe command line completion only works for first argument v8.2.2206
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Dec 2020 16:15:53 +0000 (17:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Dec 2020 16:15:53 +0000 (17:15 +0100)
commit4941b5effd7f6a26583a949c92ee50276a3b43f9
treeaaf2576c5d66198793399b295e581a9a3bba0a59
parent6dd41b1d575e8859238144899600e3cbb412c79b
patch 8.2.2206: :exe command line completion only works for first argument

Problem:    :exe command line completion only works for first argument.
Solution:   Skip over text if more is following. (closes #7546)
src/eval.c
src/testdir/test_cmdline.vim
src/version.c