Mention vim 7.4 requirement in readme.

This commit is contained in:
Chiel ten Brinke 2016-06-03 10:18:04 +02:00
parent 0dcc7b3189
commit 0e95bd1d60

View File

@ -9,6 +9,7 @@ vim-autoformat falls back by default to indenting, (using vim's auto indent func
## How to install
This plugin is supported by Vim 7.4+.
It is required that your vim has builtin python support. You can check whether this is the case
by running `vim --version` and check that `+python` or `+python3` is listed among features.