mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04: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:
@@ -1796,9 +1796,6 @@ display_showcmd(void)
|
||||
{
|
||||
int len;
|
||||
|
||||
if (p_ch == 0)
|
||||
return;
|
||||
|
||||
cursor_off();
|
||||
|
||||
len = (int)STRLEN(showcmd_buf);
|
||||
|
Reference in New Issue
Block a user