commit | 1f1fd44ef796dd909ff5f3e5288b3fd79294dc71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 18:45:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 18:45:14 2020 +0200 |
tree | 86edf1758d9821ab3ccd5793e646366d76046d3a | |
parent | bb861e293e0170455184079fa537278754b07911 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9e4993d..bfe94cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 925, +/**/ 924, /**/ 923,