diff options
Diffstat (limited to 'core/ext/pm')
-rw-r--r-- | core/ext/pm/ctags_browser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/pm/ctags_browser.lua b/core/ext/pm/ctags_browser.lua index e5607e7a..2d2385ad 100644 --- a/core/ext/pm/ctags_browser.lua +++ b/core/ext/pm/ctags_browser.lua @@ -102,7 +102,7 @@ function matches(entry_text) end --- --- If not expanding, create the entire tree; otherwise return the child table +-- If not expanding, creates the entire tree; otherwise returns the child table -- of the parent being expanded. function get_contents_for(full_path, expanding) local ctags_file = full_path[1]:sub(7) -- ignore 'ctags:' |