mirror of
https://github.com/ViViDboarder/vim-abuse-the-force.git
synced 2024-11-21 22:46:38 +00:00
Fix warnings with Vundle updates
Make ForceDeploy and other commands override with
This commit is contained in:
parent
7f44e5830a
commit
5b34f8569e
@ -46,10 +46,10 @@ function! AbuseTheForceTarget(...)
|
|||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
command -nargs=0 ForceDeploy call AbuseTheForceDeploy() " Deploy current file
|
command! -nargs=0 ForceDeploy call AbuseTheForceDeploy() " Deploy current file
|
||||||
command -nargs=0 ForceDeployTest call AbuseTheForceDeployTest() " Deploy current file and run test
|
command! -nargs=0 ForceDeployTest call AbuseTheForceDeployTest() " Deploy current file and run test
|
||||||
command -nargs=0 ForceRetrieve call AbuseTheForceRetrieve() " Retrieve current file
|
command! -nargs=0 ForceRetrieve call AbuseTheForceRetrieve() " Retrieve current file
|
||||||
command -nargs=? ForceTarget call AbuseTheForceTarget(<f-args>) " Change deploy target
|
command! -nargs=? ForceTarget call AbuseTheForceTarget(<f-args>) " Change deploy target
|
||||||
|
|
||||||
" Set SF Compiler
|
" Set SF Compiler
|
||||||
autocmd BufNewFile,BufRead *.cls,*.trigger,*.page,*.component compiler AbuseTheForce
|
autocmd BufNewFile,BufRead *.cls,*.trigger,*.page,*.component compiler AbuseTheForce
|
||||||
|
Loading…
Reference in New Issue
Block a user