Skip to content

Commit 38a3d6c

Browse files
committed
patch 8.0.0443: terminal width is set to 80 in test3
Problem: Terminal width is set to 80 in test3. Solution: Instead of setting 'columns' set 'wrapmargin' depending on 'columns.
1 parent 1ef73e3 commit 38a3d6c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/testdir/test3.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,8 @@ break;
970970
/* end of AUTO */
971971

972972
STARTTEST
973-
:set tw=0 wm=60 columns=80 noai fo=croq
973+
:set tw=0 noai fo=croq
974+
:let &wm = &columns - 20
974975
/serious/e
975976
a about life, the universe, and the rest
976977
ENDTEST

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
443,
767769
/**/
768770
442,
769771
/**/

0 commit comments

Comments
 (0)