We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef73e3 commit 38a3d6cCopy full SHA for 38a3d6c
2 files changed
src/testdir/test3.in
@@ -970,7 +970,8 @@ break;
970
/* end of AUTO */
971
972
STARTTEST
973
-:set tw=0 wm=60 columns=80 noai fo=croq
+:set tw=0 noai fo=croq
974
+:let &wm = &columns - 20
975
/serious/e
976
a about life, the universe, and the rest
977
ENDTEST
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 443,
769
/**/
770
442,
771
0 commit comments