mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
vim-patch:8.2.4228: no tests for clicking in the GUI tabline
Problem: No tests for clicking in the GUI tabline.
Solution: Add test functions to generate the events. Add tests using the
functions. (Yegappan Lakshmanan, closes vim/vim#9638)
b0ad2d92fd
This commit is contained in:
@@ -3485,7 +3485,8 @@ void scroll_redraw(int up, long count)
|
||||
redraw_later(curwin, VALID);
|
||||
}
|
||||
|
||||
/// Get the count specified after a 'z' command.
|
||||
/// Get the count specified after a 'z' command. Only the 'z<CR>', 'zl', 'zh',
|
||||
/// 'z<Left>', and 'z<Right>' commands accept a count after 'z'.
|
||||
/// @return true to process the 'z' command and false to skip it.
|
||||
static bool nv_z_get_count(cmdarg_T *cap, int *nchar_arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user