commit | 67883b4909d0e9d4c024beb18f02750c6f7e3069 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 27 22:57:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 27 22:57:00 2017 +0200 |
tree | 83c332038f655ae91136103beb0a83b306907ec1 | |
parent | a2c45a17c174d815fd1d160f92ec6c277201e111 [diff] [blame] |
patch 8.0.0785: wildcards are not expanded for :terminal Problem: Wildcards are not expanded for :terminal. Solution: Add FILES to the command flags. (Yasuhiro Matsumoto, closes #1883) Also complete commands.
diff --git a/src/version.c b/src/version.c index 43ea98a..d66326e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 785, +/**/ 784, /**/ 783,