changeset 1537:ff77f541d69d v7.1.252

updated for version 7.1-252
author vimboss
date Thu, 14 Feb 2008 21:20:26 +0000
parents 24b7b3cc4eec
children 2750661e93d5
files src/testdir/test39.in src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test39.in
+++ b/src/testdir/test39.in
@@ -5,6 +5,8 @@ And test "U" in Visual mode, also on Ger
 STARTTEST
 :so small.vim
 :so mbyte.vim
+:" This only works when 'encoding' is "latin1", don't depend on the environment
+:set enc=latin1
 /^abcde
 :" Test shift-right of a block
 jlllljj>wlljlll>
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    252,
+/**/
     251,
 /**/
     250,