wordpress.vim icon indicating copy to clipboard operation
wordpress.vim copied to clipboard

Vim Plugin for WordPress Development

Results 16 wordpress.vim issues
Sort by recently updated
recently updated
newest added

My Vim version is +python/dyn -python3 Should it work with this config?

No big deal - but in the snippet to create a CPT there is a missing coma in the json side note: cannot find info on how to create your...

- Updated Syntax to WordPress 4.7.1 from the previous syntax for WordPress 4.0. - Removed functions tagged `@access private` and `@access protected`. - Included the rest of the functions, even...

I was getting the `always generating ctags` hiccup, and saw that my version of ctags was the universal ctags, library that comes with brew. Any idea as to why this...

It should be updated to the latest version. Probably to version 4.7 since it will be released on december 6th. Related PR: #38

Original repo is unmaintained.

Hi, I have UltiSnips, YouCompleteMe, Syntastic & PHPComplete installed. When I save a wordpress document I get this error ``` Error detected while processing function 49_BufWritePostHook[3]..49_UpdateErrors[15]..49_CacheErrors[35]..276[1]..275[23]..Syn taxCheckers_wordpress_phpcs_GetLocList: line 19: E121:...

`args_before` is not defined if `syntastic_wordpress_phpcs_args`, `syntastic_wordpress_phpcs_standard` or `syntastic_wordpress_phpcs_standard_file` is not set in the vim config.

When both ctrlp.vim and wordpress.vim are active, I see a fourth ctrlp search mode option next to "files", "buffers", and "mru files" - "Portkey". When I switch to that mode,...

I use quite a few plugins in my daily editing, but tcd.vim is probably one of the most important. If you haven't come across it, it simply allows auto changing...