Mercurial > vim
view src/testdir/test_alot.vim @ 34110:0c40b031e7d8 v9.1.0019
patch 9.1.0019: cmdline may disappear when changing 'cmdheight'
Commit: https://github.com/vim/vim/commit/8610f74382039c9c54d6c4aeb978d252e762360a
Author: Christian Brabandt <cb@256bit.org>
Date: Fri Jan 12 17:34:40 2024 +0100
patch 9.1.0019: cmdline may disappear when changing 'cmdheight'
Problem: cmdline may disappear when changing 'cmdheight'
(after Patch 9.0.0190, @markonm)
Solution: always re-calculate the old_p_ch value, not only
when cmdline_row was higher than expected
fixes: #13822
closes: #13826
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 12 Jan 2024 17:45:06 +0100 |
parents | b7834109fefe |
children |
line wrap: on
line source
" A series of tests that can run in one Vim invocation. " This makes testing go faster, since Vim doesn't need to restart. source test_backup.vim source test_behave.vim source test_compiler.vim source test_ex_equal.vim source test_ex_undo.vim source test_ex_z.vim source test_ex_mode.vim source test_expand.vim source test_expand_dllpath.vim source test_expand_func.vim source test_file_perm.vim source test_fnamemodify.vim source test_ga.vim source test_glob2regpat.vim source test_global.vim source test_move.vim source test_put.vim source test_reltime.vim source test_searchpos.vim source test_set.vim source test_shift.vim source test_sha256.vim source test_tabline.vim source test_tagcase.vim source test_tagfunc.vim source test_unlet.vim source test_version.vim source test_wnext.vim