diff src/version.c @ 4176:1778d51fcbc3 v7.3.840

updated for version 7.3.840 Problem: "\@<!" in regexp does not work correctly with multi-byte characters, especially cp932. Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 26 Feb 2013 18:46:01 +0100
parents 2030aca407ed
children b40e6a47ee53
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    840,
+/**/
     839,
 /**/
     838,