diff options
| author | Kien N | 2012-01-16 20:14:09 +0700 |
|---|---|---|
| committer | Kien N | 2012-01-16 20:14:09 +0700 |
| commit | b3b8f7beaea62038397237da598d2c05d3ac35bf (patch) | |
| tree | 8ae9d03190fb13e4ac483aa6927455bd024067cb /plugin | |
| parent | faaaf519a688e99e2a5316cad47e10532554d021 (diff) | |
| download | ctrlp.vim-b3b8f7beaea62038397237da598d2c05d3ac35bf.tar.gz | |
Version 1.6.7
Add directory <tab> completion to the prompt. Refs #77.
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/ctrlp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ctrlp.vim b/plugin/ctrlp.vim index 3a1754f..b0f416e 100644 --- a/plugin/ctrlp.vim +++ b/plugin/ctrlp.vim @@ -55,7 +55,7 @@ if index(s:ext, 'buffertag') >= 0 com! CtrlPBufTagAll cal ctrlp#init(ctrlp#buffertag#cmd(1)) en -if index(s:ext, 'rts') >= 0 +if index(s:ext, 'rtscript') >= 0 com! CtrlPRTS cal ctrlp#init(ctrlp#rtscript#id()) en |