- Adds phpcs and WordPress Coding Standards based Syntax Checker.
- Thanks to @sudar!
- Upgrades to WordPress 4.0.
- Adds support for nested plugin directories like,
foo-plugin/repo/foo-plugin.
. This detection assumes that the in-between directory contains the keywordrepo
. - Improves error messaging if WordPress path is not detected.
- Improves excludes list passed to
ctags
, better fix for #16.
- Built using @tek's Riml fork.
- Fixes issues with Vim > 7.4 p260.
- Improves messaging when generating Ctags.
- Improves Exuberant Ctags Executable Detection.
- Cleans the Generating ctags message.
- Removes loading message.
- In hindsight this also speeds up startup since we skip
the extra
:redraw
.
- In hindsight this also speeds up startup since we skip
the extra
- Adds Exclude files to Ctags builder to speed up tags generation.
- Improves WpCli error handling of invalid json.
- Improves error messaging when wp-cli is not detected.
- Removes debug statements from 0.1.13
- Adds readme.txt validator.
- Makes the tags file generated relative to itself.
- Removes duplicate CtrlP tag.
- Upgrades to WordPress 3.9
- Syntax & Autocompletion is now generated from 3.9
- Improves error message for :Wdef and others for unmatched tags.
- Removes duplicate help tags - issue #7.
- Improves Jump to Core implementation for WordPress hooks.
- Ctrl-] inside action name in listener jumps to invocation and vice versa.
- Similar implementation for filter hooks.
- Fixes :Wcodexsearch issue #5.
- Adds WordPress Hooks integration.
- :Waction[!] => add_action or do_action
- :Wfilter[!] => add_filter or do_filter
- And CtrlP variants.
- Improved error handling for WpCli#list.
- Adds :Wctags[!] to refresh ctags manually.
- needed to upgrade from 0.1.6 to 0.1.7
- old generated tags file did not have the custom ctag patterns.
- Adds support for highlighting WordPress constants.
- Adds
:Wdef
command to jump to core definition from ex mode. - Adds custom mappings for <c-]> and ] to use
:Wdef
for improved ctags sorting. - Adds Wpseek.com integration.
- :Wsimilar - searches for similar keywords
- :Wtopics - searches for topics on wordpress.org
- The WpSeek.com integration requires Vim with Python support.
- Adds
:Wshell
command that corresponds to!wp shell
.
- Adds Search in Codex Feature with
:Wcodexsearch
- Without arguments it uses the Visual selection or word under cursor.
- Fixes bug with :Wscaffold!.
- Fixes duplicate tag in Vim docs.
- Adds Vim docs.
- Removes underscores from snippet triggers.
- Initial version.