diff src/version.c @ 6434:19726451aabe v7.4.547

updated for version 7.4.547 Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 20:11:33 +0100
parents 84190359b979
children 26a20ce3532c
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 */
 /**/
+    547,
+/**/
     546,
 /**/
     545,