mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
Problem: The 'cmdheight' zero support causes too much trouble. Solution: Revert support for 'cmdheight' being zero.
This commit is contained in:
@ -27,7 +27,7 @@ let fontname = has('win32') ? 'fixedsys' : 'fixed'
|
||||
" Two lists with values: values that work and values that fail.
|
||||
" When not listed, "othernum" or "otherstring" is used.
|
||||
let test_values = {
|
||||
\ 'cmdheight': [[0, 1, 2, 10], [-1]],
|
||||
\ 'cmdheight': [[1, 2, 10], [-1, 0]],
|
||||
\ 'cmdwinheight': [[1, 2, 10], [-1, 0]],
|
||||
\ 'columns': [[12, 80], [-1, 0, 10]],
|
||||
\ 'conceallevel': [[0, 1, 2, 3], [-1, 4, 99]],
|
||||
|
Reference in New Issue
Block a user