diff src/version.c @ 5374:6daa78b6b99a v7.4.038

updated for version 7.4.038 Problem: Using "zw" and "zg" when 'spell' is off give a confusing error message. (Gary Johnson) Solution: Ignore the error when locating the word. Explicitly mention what word was added. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Sep 2013 18:54:24 +0200
parents c3d379c2a115
children 4dfba3df303c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    38,
+/**/
     37,
 /**/
     36,