Merge branch 'master' into WHQ25-fix_yapf

This commit is contained in:
Chiel ten Brinke 2016-06-10 12:18:09 +02:00
commit 9742ae2dfb

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.