# HG changeset patch # User Bram Moolenaar # Date 1438096593 -7200 # Node ID 417201526af3e5cca3f3b4a4bf3aac736521c803 # Parent 10c10846d8f927effa1294dc79234899c97b77d1 patch 7.4.802 Problem: Using "A" in Visual mode while 'linebreak' is set is not tested. Solution: Add a test for this, verifies the problem is fixed. (Ingo Karkat) diff --git a/src/testdir/test39.in b/src/testdir/test39.in --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -51,6 +51,12 @@ 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 349d67fe775b797974d039d14e918edecdee245f..1974b6a5622ff1881829ba4af4a44b13dac03323 GIT binary patch literal 968 zc%1E1T}#6-6!oh`E$EXZ{n(~mqq0HgpY^YJn{AqviGRR6 zoRfRbxi@)8M7{fvX_gm@Z4$(p4tR_U32wL7Cjy^wG|KVO6tWL+xL=J{ zxvFxfRkK#jjfNw(`b?RfmuX6=s)gQ3I3J8(8(W6RXK7|6~)K~xT0T2j|Bbj$(zkA%dTzPc1+oi^#9vC N%yh={Xl{5ed;vC&8bkm9 diff --git a/src/version.c b/src/version.c --- 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 */ /**/ + 802, +/**/ 801, /**/ 800,