diff src/version.c @ 12234:2b333727279d v8.0.0997

patch 8.0.0997 Problem: Libvterm and Terminal.app not regognized from termresponse. Solution: Adjust string compare. commit https://github.com/vim/vim/commit/e92246039475e504d7a05c27c81997d3700c7862 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 26 15:29:47 2017 +0200 patch 8.0.0997 Problem: Libvterm and Terminal.app not regognized from termresponse. Solution: Adjust string compare.
author Christian Brabandt <cb@256bit.org>
date Sat, 26 Aug 2017 15:30:05 +0200
parents 1553d1a4bf7c
children 55cf556d8ce1
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 */
 /**/
+    997,
+/**/
     996,
 /**/
     995,