You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds support for nested plugin directories like,
`foo-plugin/repo/foo-plugin.`. This detection assumes that the
in-between directory contains the keyword `repo`.
* Improves error messaging if WordPress path is not detected.
* Improves excludes list passed to `ctags`, better fix for #16.
Improves Ctags Executable Detection.
Now runs 'ctags --version' the first time and checks if it is actually
CTags. On Mac OS X, `ctags` is linked to an unrelated program that is
not actually `Exuberant Ctags`.
* Removes loading message.
* In hindsight this also speeds up startup since we skip
the extra `:redraw`.
* Adds Exclude files to Ctags builder to speed up tags generation.
* Improves WpCli error handling of invalid json.