<!-- ======================================================================= --> <!-- NOTE: Run `:checkhealth scnvim` to diagnose common configuration issues --> <!-- ======================================================================= --> **Describe the bug** <!-- A clear and concise description of what the bug is. --> `M.get_docmap` in `help.lua` should return the cached result of the parsed file. **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Return the cached data. **Notes** Need to check if the cache needs to be invalidated at some point (when authoring new help files perhaps?)