wordpress.vim
wordpress.vim copied to clipboard
Vim Plugin for WordPress Development
Syntastic using php filetype to determine which checkers to run on save. It's attempting to run SyntaxCheckers_wordpress_phpcs (As I use php codesniffer). Which is failing :/
Let me explain my usecase. Earlier I just used to place all my plugin code inside wp-content directory. So when I set `g:wordpress_vim_wordpress_path`to the WordPress root, the filetype of all...
I tried your plugin with the basic setup provided and also with my custom plugin list and run into no problem at all on Mac OSX 10.8, but since I...
Investigate if the wordpress.org Readme validator response/markup changed
Jumping to a core function like `load_plugin_textdomain` implies a jump to `wp-includes`. It should take precedence over functions/tags that have the same name but are not in `wp-includes` or `wp-admin`....