wordpress.vim
wordpress.vim copied to clipboard
Plugin not loading on Windows 7
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 need to make it work on my office machine, which sadly is on Windows 7, I had issues: 1_when first opening a wordpress file, ctags doesn't generate the tags file 2_Wcodexsearch doesnt work. 3_syntax highlighting (for instance the deprecated functions) doesnt work 4_W commands are not available, I dont have wp-cli, but neither I had it on Mac OSX 10.8 5_ultisnips snippets work just cos I added them to the general php.snippets file 6_logging doesnt say anything about wordpress.vim
I have ctags, python , phpcs, in the path thanks, btw It's a great plugin!
@alexrah Thanks for trying out the plugin.
Windows support is something I did try to figure out initially. But I ran into a lot of compatibility issues. It's on the backburner at the moment until I find some free time.
Your best bet on Windows is to use something like cygwin.
About missing wp-cli commands, those are only enabled if you have wp-cli installed and configured.
Thanks for the reply, about wp-cli commands, I'm able to access W commands in Mac OSX even without WP-CLI, of course not the WP-cli commands, but Wcodexsearch and Wsimilar work flawlessly.
Do you think that using cygwin's version of ctags would make a difference? Or to be more precise, which packages from Cygwin do I require to test your plugin on Windows? Thanks, and in case u need any debug information, let me know how to collect them and ill post it here.