1
0
forked from aniani/vim

Command line completion for :ownsyntax. (Dominique Pelle)

This commit is contained in:
Bram Moolenaar
2010-06-21 06:24:34 +02:00
parent a8ffcbbf5d
commit 883f5d08e4
4 changed files with 13 additions and 10 deletions

View File

@@ -3803,6 +3803,11 @@ set_one_cmd_context(xp, buff)
xp->xp_pattern = arg;
break;
case CMD_ownsyntax:
xp->xp_context = EXPAND_FILETYPE;
xp->xp_pattern = arg;
break;
#if (defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
&& (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE))
case CMD_language: