diff --git a/faq.md b/faq.md index cc97e98..b0845af 100644 --- a/faq.md +++ b/faq.md @@ -25,6 +25,11 @@ Your Vim does not support Ruby interface. `:echo has('ruby')` should print 1. In order to setup Vim with Ruby support, you may refer to [this page](https://github.com/junegunn/vim-plug/wiki/ruby). +### Shouldn't vim-plug update itself on `PlugUpdate` like Vundle? + +There is a separate `:PlugUpgrade` command and there are valid reasons behind the decision. +A detailed discussion can be found [here](https://github.com/junegunn/vim-plug/issues/69). + ### Automatic installation Place the following code in your .vimrc before `plug#begin()` call