vim-patch:8.0.0443: terminal width is set to 80 in test3 (#7933)

Problem:    Terminal width is set to 80 in test3.
Solution:   Instead of setting 'columns' set 'wrapmargin' depending on
            'columns.

38a3d6c960
This commit is contained in:
KunMing Xie
2018-01-31 03:15:05 +08:00
committed by Justin M. Keyes
parent 397ff2c35b
commit 2a1a624878

View File

@@ -1957,7 +1957,8 @@ describe('cindent', function()
}
]=])
feed_command('set tw=0 wm=60 columns=80 noai fo=croq')
feed_command('set tw=0 noai fo=croq')
feed_command('let &wm = &columns - 20')
feed_command('/serious/e')
feed('a about life, the universe, and the rest<esc>')