diff src/version.c @ 6834:8730db0c187b v7.4.738

patch 7.4.738 Problem: Can't compile without the syntax highlighting feature. Solution: Add #ifdef around use of w_p_cul. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 10 Jun 2015 12:16:47 +0200
parents 1ccf96128410
children 541abe8d5f55
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    738,
+/**/
     737,
 /**/
     736,