FAQ: document completion cache file reset mechanism

Marc Cornellà 2020-05-04 16:54:48 +02:00
parent a155acde93
commit af9f149c6f
1 changed files with 2 additions and 0 deletions

2
FAQ.md

@ -155,6 +155,8 @@ Most completion issues are due to an old completion cache file (also called zcom
#### I have enabled a completion plugin but the completion doesn't work #### I have enabled a completion plugin but the completion doesn't work
> **NOTE: a recent update checks whether the plugin list has changed (more accurately, `$fpath`) and resets the zcompdump file, so the solution below isn't needed anymore. If you don't have that yet, update Oh My Zsh with `upgrade_oh_my_zsh`.**
As of right now, after enabling or disabling a plugin that provides completion, you have to reset the cached completion file. Follow [the instructions above to delete the completion file](#how-do-i-reset-the-completion-cache). As of right now, after enabling or disabling a plugin that provides completion, you have to reset the cached completion file. Follow [the instructions above to delete the completion file](#how-do-i-reset-the-completion-cache).
If this doesn't solve the problem, you might have found a bug in the plugin. Search for issues with the plugin in question, and if there isn't one already (open or closed), open a new bug report. If this doesn't solve the problem, you might have found a bug in the plugin. Search for issues with the plugin in question, and if there isn't one already (open or closed), open a new bug report.