neovim/test/functional/ui
nwounkn 0592fd5e17
fix(ui): "resize -1" with cmdheight=0 #24758
Problem:
Crash from:

    set cmdheight=0 redrawdebug=invalid
    resize -1

Solution:
Do not invalidate first `p_ch` `msg_grid` rows in `update_screen` when
scrolling the screen down after displaying a message, because they may
be used later for drawing cmdline.
Fixes #22154
2023-09-24 11:15:33 -07:00
..
bufhl_spec.lua feat(extmarks): extend nvim_buf_get_extmarks() 2023-04-01 13:59:03 +02:00
cmdline_highlight_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
cmdline_spec.lua fix(ui): "resize -1" with cmdheight=0 #24758 2023-09-24 11:15:33 -07:00
cursor_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
decorations_spec.lua fix(api): get virtual text with multiple hl properly (#25307) 2023-09-22 17:56:05 +08:00
diff_spec.lua refactor(change): do API changes to buffer without curbuf switch 2023-08-26 12:02:05 +02:00
embed_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
float_spec.lua fix(float): fix some other crashes with :unhide or :all (#25328) 2023-09-23 22:33:44 +08:00
fold_spec.lua fix(ui): handle virtual text with multiple hl in more cases (#25304) 2023-09-22 15:36:24 +08:00
highlight_spec.lua fix(highlight): winhl receive wrong argument 2023-09-19 18:05:59 +08:00
hlstate_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
inccommand_spec.lua fix(inccommand): don't save information of a buffer twice (#24501) 2023-07-28 15:41:58 +08:00
inccommand_user_spec.lua fix(inccommand): don't set an invalid 'undolevels' value (#24575) 2023-08-05 22:42:34 +08:00
input_spec.lua fix(tests): remove irrelevant usage of display-=msgsep 2022-08-17 23:44:49 +02:00
linematch_spec.lua fix(diff): filler lines for hunks bigger than linematch limit (#24676) 2023-08-12 17:14:37 +08:00
messages_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
mode_spec.lua vim-patch:9.0.1385: g'Esc is considered an error (#22544) 2023-03-06 07:52:11 +08:00
mouse_spec.lua vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplits 2023-09-21 09:43:12 +08:00
multibyte_spec.lua refactor(grid): change schar_T representation to be more compact 2023-09-19 11:25:31 +02:00
multigrid_spec.lua vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplits 2023-09-21 09:43:12 +08:00
options_spec.lua refactor(tui): use nvim_echo() for verbose terminfo 2022-12-20 21:43:42 +01:00
output_spec.lua test: fix dependencies between test cases (#23343) 2023-04-27 15:51:44 +08:00
popupmenu_spec.lua vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838) 2023-08-22 22:48:55 +08:00
quickfix_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
screen_basic_spec.lua fix(events): trigger VimResume on next UI request (#24426) 2023-07-23 07:16:41 +08:00
screen.lua fix(float): update position of anchored windows first (#25133) 2023-09-14 07:42:22 +08:00
searchhl_spec.lua vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838) 2023-08-22 22:48:55 +08:00
sign_spec.lua fix(statuscolumn): fix sign column highlights (#21727) 2023-01-11 09:52:11 +08:00
spell_spec.lua vim-patch:9.0.1595: line pointer becomes invalid when using spell checking 2023-06-01 14:30:21 +02:00
statuscolumn_spec.lua fix(statuscolumn): update number hl for each screen line (#25277) 2023-09-21 07:03:26 +08:00
statusline_spec.lua fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267) 2023-09-24 10:49:47 +08:00
syntax_conceal_spec.lua test: convert another test in test_matchadd_conceal.vim to Lua (#21353) 2022-12-09 10:37:53 +08:00
tabline_spec.lua fix(statusline): fill for double-width char after moving items (#24207) 2023-06-30 08:36:09 +08:00
title_spec.lua vim-patch:8.2.4208: using setbufvar() may change the window title 2023-08-21 16:16:22 +08:00
wildmode_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
winbar_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00