1
0
forked from aniani/vim

patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set

Problem:    Block Visual mode operators not correct when 'linebreak' set.
Solution:   Set w_p_lbr to lbr_saved more often. (Ken Takata, closes #5524)
This commit is contained in:
Bram Moolenaar
2020-01-23 20:58:09 +01:00
parent dfede9a70b
commit 03c3bd9fd0
3 changed files with 44 additions and 15 deletions

View File

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