forked from aniani/vim
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:
@@ -1429,7 +1429,6 @@ do_highlight(
|
||||
// If no argument, list current highlighting.
|
||||
if (!init && ends_excmd2(line - 1, line))
|
||||
{
|
||||
dont_use_message_window();
|
||||
for (i = 1; i <= highlight_ga.ga_len && !got_int; ++i)
|
||||
// TODO: only call when the group has attributes set
|
||||
highlight_list_one((int)i);
|
||||
|
Reference in New Issue
Block a user