From: Bram Moolenaar Date: Thu, 14 Feb 2008 21:20:26 +0000 (+0000) Subject: updated for version 7.1-252 X-Git-Tag: v7.1.252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=275a8a0c9b079432a6525a2c89dc981fe663fd80;p=vim updated for version 7.1-252 --- diff --git a/src/testdir/test39.in b/src/testdir/test39.in index a16d4d99c..d39ba82d9 100644 --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -5,6 +5,8 @@ And test "U" in Visual mode, also on German sharp S. 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> diff --git a/src/version.c b/src/version.c index 10be161a1..2c3b9c6e2 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 252, /**/ 251, /**/