diff src/version.c @ 12102:560a2b6789c3 v8.0.0931

patch 8.0.0931: getwininfo() does not indicate a terminal window commit https://github.com/vim/vim/commit/69905d108be4af86c2d2a9224e2c588723276dc9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 18:14:47 2017 +0200 patch 8.0.0931: getwininfo() does not indicate a terminal window Problem: getwininfo() does not indicate a terminal window. Solution: Add "terminal" to the dictionary.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 18:15:04 +0200
parents d4ffc3dc9fb0
children 3bf5fe164a9f
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 */
 /**/
+    931,
+/**/
     930,
 /**/
     929,