summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 21:02:49 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 21:02:49 +0200
commit1fdd169e954b2d72980dda3849e1617aff40ffc8 (patch)
treee459bb4784921a238e8e906e6bed662963dbf99f /README.md
parent30175f278079a3da2cbc61628a2d462524328dc5 (diff)
Be more exact about older vim versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7435dc6..54c7465 100644
--- a/README.md
+++ b/README.md
@@ -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.

Contact - Imprint