commit | 4941b5effd7f6a26583a949c92ee50276a3b43f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 17:15:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 17:15:53 2020 +0100 |
tree | aaf2576c5d66198793399b295e581a9a3bba0a59 | |
parent | 6dd41b1d575e8859238144899600e3cbb412c79b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5420862..adba2cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2206, +/**/ 2205, /**/ 2204,