mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
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:

committed by
Justin M. Keyes

parent
397ff2c35b
commit
2a1a624878
@@ -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>')
|
||||
|
||||
|
Reference in New Issue
Block a user