Patch 8.0.0443
Problem: Terminal width is set to 80 in test3.
Solution: Instead of setting 'columns' set 'wrapmargin' depending on
'columns.
Files: src/testdir/test3.in
*** ../vim-8.0.0442/src/testdir/test3.in 2017-03-05 19:43:44.549127317
+0100
--- src/testdir/test3.in 2017-03-11 18:39:25.284357641 +0100
***************
*** 970,976 ****
/* end of AUTO */
STARTTEST
! :set tw=0 wm=60 columns=80 noai fo=croq
/serious/e
a about life, the universe, and the rest
ENDTEST
--- 970,977 ----
/* end of AUTO */
STARTTEST
! :set tw=0 noai fo=croq
! :let &wm = &columns - 20
/serious/e
a about life, the universe, and the rest
ENDTEST
*** ../vim-8.0.0442/src/version.c 2017-03-09 19:21:25.871293655 +0100
--- src/version.c 2017-03-11 18:42:19.095153014 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 443,
/**/
--
>From "know your smileys":
:-| :-| Deja' vu!
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.