diff --git a/faq.md b/faq.md index d39c7ee..3e98256 100644 --- a/faq.md +++ b/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