From 8cb24f8cb75b22bf10b213b795b58cb02cb902d3 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 4 Sep 2014 16:35:56 -0700 Subject: [PATCH] Start work on execute anonymous support --- plugin/ForceCli.vim | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/plugin/ForceCli.vim b/plugin/ForceCli.vim index 61c04ed..ce1c14d 100644 --- a/plugin/ForceCli.vim +++ b/plugin/ForceCli.vim @@ -81,3 +81,43 @@ command! -nargs=? ForceTarget call ForceTarget() " Change deploy target " Set SF Compiler autocmd BufNewFile,BufRead *.cls,*.trigger,*.page,*.component compiler ForceCli +" Run current buffer +" function! ForceRunCurrentBuffer() +" let a=join(getline(1, '$'), "\\\n") +" let cmd=join(["force apex <