summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 20:37:20 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 20:37:20 +0200
commite03bffeef51451d0f416dce887ca7565a9b6ac62 (patch)
tree6c0e057526afe7067eb86a99da7c496ef9bb81b6
parent9d0e1793f9a7b6f3d63dbf0aec4c745029ffe717 (diff)
Comment on wheezy's vim version
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e1f7033..e1c59d7 100644
--- a/vimrc
+++ b/vimrc
@@ -23,6 +23,7 @@ Plug 'jranke/vim-pandoc', { 'branch': 'rmd' }
Plug 'vim-pandoc/vim-pandoc-syntax'
" R plugin {{{2
" for vim versions <= 7.4.1453 use the legacy plugin
+" Note that on wheezy, vim is too old even for that
if !has('nvim') && !exists("*job_getchannel")
Plug 'jcfaria/Vim-R-plugin', { 'commit': 'd726d619f12a10fb5ac7967d373837735cff60f0' }

Contact - Imprint