diff options
Diffstat (limited to 'test/functional/legacy/options_spec.lua')
| -rw-r--r-- | test/functional/legacy/options_spec.lua | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/test/functional/legacy/options_spec.lua b/test/functional/legacy/options_spec.lua index d7f5df3a1e..023cdd4ae1 100644 --- a/test/functional/legacy/options_spec.lua +++ b/test/functional/legacy/options_spec.lua @@ -42,6 +42,20 @@ describe('set', function()      matches('E36: Not enough room', exc_exec('set wmh=1'))    end) +  it('winminheight works with tabline', function() +    local screen = Screen.new(20, 11) +    screen:attach() +    source([[ +      set wmh=0 stal=2 +      split +      split +      split +      split +      tabnew +    ]]) +    matches('E36: Not enough room', exc_exec('set wmh=1')) +  end) +    it('scroll works', function()      local screen = Screen.new(42, 16)      screen:attach() | 
