diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 21:02:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 21:02:49 +0200 |
commit | 1fdd169e954b2d72980dda3849e1617aff40ffc8 (patch) | |
tree | e459bb4784921a238e8e906e6bed662963dbf99f | |
parent | 30175f278079a3da2cbc61628a2d462524328dc5 (diff) |
Be more exact about older vim versions
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -16,10 +16,13 @@ plugins, open vim and type :PlugInstall ``` -For vim versions <= 7.4.1453 (but > 7.4) the legacy vim plugin -Vim-R-plugin version 1.2.8 will be configured for vim-plug. -To install the corresponding vimcom package from github, type +For vim versions <= 7.4.1453 (as on Debian jessie) the legacy vim plugin +Vim-R-plugin version 1.2.8 will be configured for vim-plug. To install the +corresponding vimcom package from github, type ```bash make vimcom ``` + +Note that the vim version in Debian wheezy is < 7.4 and therefore an even older +version of the R plugin would be necessary. |