From 0e95bd1d60263ad699fa85f506d190ce517c2d0e Mon Sep 17 00:00:00 2001 From: Chiel ten Brinke Date: Fri, 3 Jun 2016 10:18:04 +0200 Subject: [PATCH] Mention vim 7.4 requirement in readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64a8bd4..afbf6a2 100644 --- a/README.md +++ b/README.md @@ -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.