Updated faq (markdown)

Junegunn Choi 2014-08-09 08:04:50 -07:00
parent b141a207ae
commit 3eb6b0a13e

5
faq.md

@ -62,10 +62,9 @@ it as "unstable" or "in development", and always use its latest revision.
If you really must choose a certain untagged revision, consider forking the
repository.
### Does vim-plug generate help tags for my plugins' docs?
### Does vim-plug generate help tags for my plugins?
Yes, it automatically generates help tags for all of your plugins when you run `PlugInstall` or `PlugUpdate`.
But you can regenerate help tags only with `plug#helptags()` function.
Yes, it automatically generates help tags for all of your plugins whenever you run `PlugInstall` or `PlugUpdate`. But you can regenerate help tags only with `plug#helptags()` function.
### Lazy-load a plugin manually