diff --git a/src/testdir/test_textformat.vim b/src/testdir/test_textformat.vim index a49ef5c64..74d6bfeb4 100644 --- a/src/testdir/test_textformat.vim +++ b/src/testdir/test_textformat.vim @@ -425,12 +425,13 @@ func Test_format_align() enew! " align text with 'wrapmargin' + 50vnew call setline(1, ['Vim']) - set textwidth=0 - set wrapmargin=60 + setl textwidth=0 + setl wrapmargin=30 right call assert_equal("\t\t Vim", getline(1)) - set wrapmargin& + q! set tw& endfunc diff --git a/src/version.c b/src/version.c index 8b52a9467..8f34555c7 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 180, /**/ 179, /**/