1
0
forked from aniani/vim

Add completion for :setfiletype. (Dominique Pelle)

This commit is contained in:
Bram Moolenaar
2010-07-25 13:53:11 +02:00
parent 22b306f3e0
commit 904fb861e7

View File

@@ -3831,6 +3831,7 @@ set_one_cmd_context(xp, buff)
xp->xp_pattern = arg; xp->xp_pattern = arg;
break; break;
case CMD_setfiletype:
case CMD_ownsyntax: case CMD_ownsyntax:
xp->xp_context = EXPAND_FILETYPE; xp->xp_context = EXPAND_FILETYPE;
xp->xp_pattern = arg; xp->xp_pattern = arg;