From 75e641354645b62fbf171231ebf71f046489cf17 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 4 Aug 2015 21:27:11 +0200 Subject: [PATCH] patch 7.4.809 Problem: Test is duplicated. Solution: Roll back 7.4.802. --- src/testdir/test39.in | 6 ------ src/testdir/test39.ok | Bin 968 -> 662 bytes src/version.c | 2 ++ 3 files changed, 2 insertions(+), 6 deletions(-) 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 1974b6a5622ff1881829ba4af4a44b13dac03323..349d67fe775b797974d039d14e918edecdee245f 100644 GIT binary patch delta 12 TcmX@XK8uQ5A6y9GC>>Up5cR>?-Wel{HbxUYfJ!!WwQ?qH#7&x7%DP(V!c1kljFyJx!XGw{8bkm9 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, /**/