From: Bram Moolenaar Date: Tue, 4 Aug 2015 19:27:11 +0000 (+0200) Subject: patch 7.4.809 X-Git-Tag: v7.4.809 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75e641354645b62fbf171231ebf71f046489cf17;p=vim patch 7.4.809 Problem: Test is duplicated. Solution: Roll back 7.4.802. --- diff --git a/src/testdir/test39.in b/src/testdir/test39.in index ff7fe33a6..fcb935de7 100644 --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -51,12 +51,6 @@ G$khhhhhkkcmno :exe ":norm! 012l\jjAx\" :set ve= enc=latin1 :.,/^$/w >> test.out -:" Test for single-line Visual block append at wrapped line with :set linebreak -Golong line: 40afoobar aTARGET at end -:set linebreak -:exe ":norm! $3B\eAx\" -:set nolinebreak -:.w >> test.out :" gUe must uppercase a whole word, also when ß changes to SS Gothe youtußeuu endYpk0wgUe :" gUfx must uppercase until x, inclusive. diff --git a/src/testdir/test39.ok b/src/testdir/test39.ok index 1974b6a56..349d67fe7 100644 Binary files a/src/testdir/test39.ok and b/src/testdir/test39.ok differ diff --git a/src/version.c b/src/version.c index 86eda1571..ee2814f97 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 809, /**/ 808, /**/