FEAT_SIGNS: restore :signs wildmenu, and add test.

This commit is contained in:
Justin M. Keyes
2015-02-14 20:16:39 -05:00
parent 6e992876ea
commit 1b055c54a0
2 changed files with 33 additions and 0 deletions

View File

@@ -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},