From 50199e9cba5f4ac17aef9705150d88be0aa49af0 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 31 Mar 2015 15:43:06 -0700 Subject: [PATCH] Fix tests --- plugin/ForceCli.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/ForceCli.vim b/plugin/ForceCli.vim index f3bd08a..c0a8b58 100644 --- a/plugin/ForceCli.vim +++ b/plugin/ForceCli.vim @@ -89,7 +89,7 @@ function! ForceTryStart(...) endfunction 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=? ForceLogin call ForceLogin() " Retrieve current file command! -nargs=? ForceTarget call ForceTarget() " Change deploy target