diff src/version.c @ 14169:42a9178374d1 v8.1.0102

patch 8.1.0102: cannot build without syntax highlighting commit https://github.com/vim/vim/commit/1f8c469fe22adf7b42843c3abf118ed339e6da0e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 23 15:09:10 2018 +0200 patch 8.1.0102: cannot build without syntax highlighting Problem: Cannot build without syntax highlighting. Solution: Add #ifdef around using reg_do_extmatch.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jun 2018 15:15:04 +0200
parents 3ca818b65cde
children ddf160d82971
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    102,
+/**/
     101,
 /**/
     100,