diff src/version.c @ 4203:eea32254940f v7.3.853

updated for version 7.3.853 Problem: Using "ra" in multiple lines on multi-byte characters leaves a few characters not replaced. Solution: Adjust the end column only in the last line. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 18:50:57 +0100
parents 3fd805ca2a6a
children 14cdb6e4d5b8
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 */
 /**/
+    853,
+/**/
     852,
 /**/
     851,