mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
FEAT_SIGNS: restore :signs wildmenu, and add test.
This commit is contained in:
@@ -3697,6 +3697,7 @@ ExpandFromContext (
|
||||
{EXPAND_EVENTS, get_event_name, TRUE, TRUE},
|
||||
{EXPAND_AUGROUP, get_augroup_name, TRUE, TRUE},
|
||||
{EXPAND_CSCOPE, get_cscope_name, TRUE, TRUE},
|
||||
{EXPAND_SIGN, get_sign_name, TRUE, TRUE},
|
||||
{EXPAND_PROFILE, get_profile_name, TRUE, TRUE},
|
||||
#ifdef HAVE_WORKING_LIBINTL
|
||||
{EXPAND_LANGUAGE, get_lang_arg, TRUE, FALSE},
|
||||
|
Reference in New Issue
Block a user