1
0
forked from aniani/vim

Support syntax and filetype completion for user commands. (Christian Brabandt)

This commit is contained in:
Bram Moolenaar
2010-07-31 14:59:19 +02:00
parent 460fbaca72
commit a26559b553
4 changed files with 24 additions and 18 deletions

View File

@@ -5277,11 +5277,13 @@ static struct
{EXPAND_EVENTS, "event"},
{EXPAND_EXPRESSION, "expression"},
{EXPAND_FILES, "file"},
{EXPAND_FILETYPE, "filetype"},
{EXPAND_FUNCTIONS, "function"},
{EXPAND_HELP, "help"},
{EXPAND_HIGHLIGHT, "highlight"},
{EXPAND_MAPPINGS, "mapping"},
{EXPAND_MENUS, "menu"},
{EXPAND_OWNSYNTAX, "syntax"},
{EXPAND_SETTINGS, "option"},
{EXPAND_SHELLCMD, "shellcmd"},
#if defined(FEAT_SIGNS)