From 0e0b22c7f1d5041c5fa29652643a6d1351fe9825 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 17:17:28 +0200 Subject: Use v1.2-8 for R plugin and vimcom if necessary --- Makefile | 5 ++++- vimrc | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e50eff8..640535e 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,8 @@ install: ./install vimcom: - git clone --depth=1 https://github.com/jalvesaq/VimCom + if [ ! -e VimCom ]; then git clone https://github.com/jalvesaq/VimCom; fi + cd VimCom;\ + git checkout v1.2-8;\ + cd .. R CMD INSTALL VimCom diff --git a/vimrc b/vimrc index 8c31a89..aab6f47 100644 --- a/vimrc +++ b/vimrc @@ -32,7 +32,6 @@ if !exists("*job_getchannel") "let vimrplugin_openpdf = 0 let vimrplugin_assign = 0 "let vimrplugin_objbr_place = "script,left" - let r_syntax_folding = 1 let rmd_syn_hl_chunk = 1 let vimrplugin_map_r = 1 " is silent per default, therefore tried -- cgit v1.2.1