1
0
forked from aniani/vim

patch 8.2.0308: 'showbreak' does not work for a very long line

Problem:    'showbreak' does not work for a very long line. (John Little)
Solution:   Check whether 'briopt' contains "sbr". (Ken Takata, closes #5523,
            closes #5684)
This commit is contained in:
Bram Moolenaar
2020-02-23 15:17:27 +01:00
parent 026270c01d
commit 1aa76b8fd0
3 changed files with 13 additions and 1 deletions

View File

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