1
0
forked from aniani/vim

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:
Bram Moolenaar
2015-07-28 17:16:33 +02:00
parent 278236000f
commit 52e21cf057
3 changed files with 8 additions and 0 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
802,
/**/
801,
/**/