Updated faq (markdown)

Junegunn Choi 2015-04-07 22:19:26 +09:00
parent bcede51ebb
commit d1ce8f4206

2
faq.md

@ -34,7 +34,7 @@ Parallel installer is only enabled when any of the following conditions is met
1. Vim with Ruby support: `has('ruby')` / Ruby 1.8.7 or above
2. Vim with Python support: `has('python')` / Python 2.6 or above
3. Neovim with job control: `exists('##JobActivity')`
3. Neovim with job control: `exists('*jobwait')`
In order to setup Vim with Ruby support, you may refer to [this
page](https://github.com/junegunn/vim-plug/wiki/ruby).