1
0
forked from aniani/vim

patch 8.1.0102: cannot build without syntax highlighting

Problem:    Cannot build without syntax highlighting.
Solution:   Add #ifdef around using reg_do_extmatch.
This commit is contained in:
Bram Moolenaar
2018-06-23 15:09:10 +02:00
parent 81612b7a7d
commit 1f8c469fe2
2 changed files with 6 additions and 0 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
102,
/**/
101,
/**/