diff src/version.c @ 11806:1c1cb1e9b7b3 v8.0.0785

patch 8.0.0785: wildcards are not expanded for :terminal commit https://github.com/vim/vim/commit/67883b4909d0e9d4c024beb18f02750c6f7e3069 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 27 22:57:00 2017 +0200 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 https://github.com/vim/vim/issues/1883) Also complete commands.
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Jul 2017 23:00:05 +0200
parents 5630978ae089
children 4851ff0e1528
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    785,
+/**/
     784,
 /**/
     783,