diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 20:37:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 20:37:20 +0200 |
commit | e03bffeef51451d0f416dce887ca7565a9b6ac62 (patch) | |
tree | 6c0e057526afe7067eb86a99da7c496ef9bb81b6 /vimrc | |
parent | 9d0e1793f9a7b6f3d63dbf0aec4c745029ffe717 (diff) |
Comment on wheezy's vim version
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' } |