diff --git a/plugin/AbuseTheForce.vim b/plugin/AbuseTheForce.vim index 3a8cbd6..c579b2b 100644 --- a/plugin/AbuseTheForce.vim +++ b/plugin/AbuseTheForce.vim @@ -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() " 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() " Change deploy target " Set SF Compiler autocmd BufNewFile,BufRead *.cls,*.trigger,*.page,*.component compiler AbuseTheForce