mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
syntax,viml/expressions/parser: Create defaults for expr highlighting
This commit is contained in:
@@ -5911,9 +5911,10 @@ static void ex_colorscheme(exarg_T *eap)
|
||||
|
||||
static void ex_highlight(exarg_T *eap)
|
||||
{
|
||||
if (*eap->arg == NUL && eap->cmd[2] == '!')
|
||||
if (*eap->arg == NUL && eap->cmd[2] == '!') {
|
||||
MSG(_("Greetings, Vim user!"));
|
||||
do_highlight(eap->arg, eap->forceit, FALSE);
|
||||
}
|
||||
do_highlight((const char *)eap->arg, eap->forceit, false);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user