1
0
forked from aniani/vim

updated for version 7.2.381

Problem:    No completion for :behave.
Solution:   Add :behave completion.  Minor related fixes. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-03-02 15:56:05 +01:00
parent 58cb0898a3
commit 42b4ddab95
5 changed files with 36 additions and 10 deletions

View File

@@ -4492,6 +4492,7 @@ ExpandFromContext(xp, pat, num_file, file, options)
} tab[] =
{
{EXPAND_COMMANDS, get_command_name, FALSE},
{EXPAND_BEHAVE, get_behave_arg, TRUE},
#ifdef FEAT_USR_CMDS
{EXPAND_USER_COMMANDS, get_user_commands, FALSE},
{EXPAND_USER_CMD_FLAGS, get_user_cmd_flags, FALSE},