commit | 1f8c469fe22adf7b42843c3abf118ed339e6da0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 15:09:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 15:09:10 2018 +0200 |
tree | d0e31c12b251fb37b81465d405ca9fa6205a673c | |
parent | 81612b7a7dc50a6c0da9f42fa48f1f576a4ad616 [diff] [blame] |
patch 8.1.0102: cannot build without syntax highlighting Problem: Cannot build without syntax highlighting. Solution: Add #ifdef around using reg_do_extmatch.
diff --git a/src/version.c b/src/version.c index a2da37e..a38cdda 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 102, +/**/ 101, /**/ 100,