diff src/version.c @ 12072:f4e1e1e6886b v8.0.0916

patch 8.0.0916: cannot specify properties of window for terminal open commit https://github.com/vim/vim/commit/37c45835945fc433a3bb85fcfc0b4fd58b1ee0e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 12 16:01:04 2017 +0200 patch 8.0.0916: cannot specify properties of window for terminal open Problem: Cannot specify properties of window for when opening a window for a finished terminal job. Solution: Add "term_opencmd".
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2017 16:15:04 +0200
parents 903cea6f627c
children ca55e69d9d1b
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 */
 /**/
+    916,
+/**/
     915,
 /**/
     914,