mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
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)
This commit is contained in:
@@ -51,6 +51,12 @@ G$khhhhhkkcmno
|
||||
:exe ":norm! 012l\<C-v>jjAx\<Esc>"
|
||||
: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\<C-v>eAx\<Esc>"
|
||||
:set nolinebreak
|
||||
:.w >> test.out
|
||||
:" gUe must uppercase a whole word, also when <20> changes to SS
|
||||
Gothe youtu<74>euu endYpk0wgUe
|
||||
:" gUfx must uppercase until x, inclusive.
|
||||
|
Binary file not shown.
@@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
802,
|
||||
/**/
|
||||
801,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user