Fix warnings with Vundle updates

Make ForceDeploy and other commands override with
This commit is contained in:
ViViDboarder 2013-07-17 15:46:22 -07:00
parent 7f44e5830a
commit 5b34f8569e
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ function! AbuseTheForceTarget(...)
endfunction
command -nargs=0 ForceDeploy call AbuseTheForceDeploy() " Deploy current file
command -nargs=0 ForceDeployTest call AbuseTheForceDeployTest() " Deploy current file and run test
command -nargs=0 ForceRetrieve call AbuseTheForceRetrieve() " Retrieve current file
command -nargs=? ForceTarget call AbuseTheForceTarget(<f-args>) " Change deploy target
command! -nargs=0 ForceDeploy call AbuseTheForceDeploy() " Deploy current file
command! -nargs=0 ForceDeployTest call AbuseTheForceDeployTest() " Deploy current file and run test
command! -nargs=0 ForceRetrieve call AbuseTheForceRetrieve() " Retrieve current file
command! -nargs=? ForceTarget call AbuseTheForceTarget(<f-args>) " Change deploy target
" Set SF Compiler
autocmd BufNewFile,BufRead *.cls,*.trigger,*.page,*.component compiler AbuseTheForce