Skip to content

Tags: dsawardekar/wordpress.vim

Tags

v0.2.2

Toggle v0.2.2's commit message
* Adds [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) and [Wor…

…dPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) based Syntax Checker.

  * Thanks to @sudar!
* Upgrades to WordPress 4.0.

v0.2.1

Toggle v0.2.1's commit message
* 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.

v0.2.0

Toggle v0.2.0's commit message
* Built using @tek's Riml fork.

  * Fixes issues with Vim > 7.4 p260.

v0.1.19

Toggle v0.1.19's commit message
Improves CTags generation messaging.

* If Ctags is not found, no generation messages.
* :Wctags! shows an error message if Ctags was not found.

v0.1.18

Toggle v0.1.18's commit message
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`.

v0.1.17

Toggle v0.1.17's commit message
* Cleans the Generating ctags message.

v0.1.16

Toggle v0.1.16's commit message
* 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.

v0.1.15

Toggle v0.1.15's commit message
Improves error messaging when wp-cli is not detected.

v0.1.14

Toggle v0.1.14's commit message
Removes debug message from 0.1.13

v0.1.13

Toggle v0.1.13's commit message
Adds readme.txt validator.