commit | d710e0d2478e7f813562bfb084406d524bfecd19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 12:16:47 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 12:16:47 2015 +0200 |
tree | d500457e4d8aec616911a0caf783d20a0ea62ec5 | |
parent | 6e8d3b0d41bcef7ebe0ba2e887eb25781e1437fe [diff] [blame] |
patch 7.4.738 Problem: Can't compile without the syntax highlighting feature. Solution: Add #ifdef around use of w_p_cul. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index acff490..23a1b13 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 738, +/**/ 737, /**/ 736,