mirror of
https://github.com/ViViDboarder/force-vim.git
synced 2024-11-22 03:46:35 +00:00
Fix tests
This commit is contained in:
parent
26bdde9d34
commit
50199e9cba
@ -89,7 +89,7 @@ function! ForceTryStart(...)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
command! -nargs=0 ForceDeploy call ForceDeploy() " Deploy current file
|
command! -nargs=0 ForceDeploy call ForceDeploy() " Deploy current file
|
||||||
command! -nargs=0 ForceDeployTest call ForceDeployTest() " Deploy current file and run test
|
command! -nargs=0 ForceTest call ForceTest() " Deploy current file and run test
|
||||||
"command! -nargs=0 ForceRetrieve call ForceRetrieve() " Retrieve current file
|
"command! -nargs=0 ForceRetrieve call ForceRetrieve() " Retrieve current file
|
||||||
command! -nargs=? ForceLogin call ForceLogin(<f-args>) " Retrieve current file
|
command! -nargs=? ForceLogin call ForceLogin(<f-args>) " Retrieve current file
|
||||||
command! -nargs=? ForceTarget call ForceTarget(<f-args>) " Change deploy target
|
command! -nargs=? ForceTarget call ForceTarget(<f-args>) " Change deploy target
|
||||||
|
Loading…
Reference in New Issue
Block a user