diff options
| author | Kien N | 2012-09-10 20:31:50 +0700 |
|---|---|---|
| committer | Kien N | 2012-09-11 21:01:01 +0700 |
| commit | c3eba281924ae27444cd0ebb41e074ddfefe7976 (patch) | |
| tree | 14958669e047ef8435f978bf562c3b5844ec1274 /plugin | |
| parent | 4a66d00bc9ff4d0a14d9da9d2b1fe6fb29d8f316 (diff) | |
| download | ctrlp.vim-c3eba281924ae27444cd0ebb41e074ddfefe7976.tar.gz | |
Remove an obsolete command
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/ctrlp.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/ctrlp.vim b/plugin/ctrlp.vim index 83190ce..b6f9a27 100644 --- a/plugin/ctrlp.vim +++ b/plugin/ctrlp.vim @@ -25,11 +25,9 @@ com! -n=? CtrlPLastMode cal ctrlp#init(-1, { 'args': <q-args> }) com! -bar CtrlPClearCache cal ctrlp#clr() com! -bar CtrlPClearAllCaches cal ctrlp#clra() -com! -bar CtrlPReload cal ctrlp#reset() com! -bar ClearCtrlPCache cal ctrlp#clr() com! -bar ClearAllCtrlPCaches cal ctrlp#clra() -com! -bar ResetCtrlP cal ctrlp#reset() com! -bar CtrlPCurWD cal ctrlp#init(0, { 'mode': '' }) com! -bar CtrlPCurFile cal ctrlp#init(0, { 'mode': 'c' }) |