Sudar Muthu

Results 109 comments of Sudar Muthu

@fcwu Thanks for the instructions. I will give it a try and if it works will send the pull request.

@fcwu I tried the above commands in my mac. When I executed the first command I got the following output. Not sure why I received an input/output error at the...

@fcwu Any idea why this is happening? Any help on this would be greatly appreciated. Thanks.

Some background. I am the author of the [wp-github-gist](http://wordpress.org/plugins/wp-github-gist/) plugin, the one which is very similar to embed-gist and gistpress. I just realized that some part of my plugin is...

@GuerrillaCoder Can you post the changes that you have made for WordPress.vim in your `~/.vimrc`?

@dsawardekar This will be fixed when #35 is merged. Can you please merge that pull request?

This is how my setup looks like ``` ~/dev ├── vip-quickstart ├── vvv ``` I have a copy of WordPress at `~/wp/`. This is only for generating tags and for...

Well, on second thought I don't think it is of very high priority. I added the following line in my vimrc to get it `autocmd BufRead,BufNewFile ~/work/**/*.php set filetype=php.wordpress` Anyways...

I have a script that converts WordPress plugin readme files from `.txt` format to `.md` format and vice versa. https://github.com/sudar/wp-plugin-in-github/blob/master/readme-converter.sh

@W3Extensions This script is nothing but a bunch of shell commands. If you quit the script mid-way there is no way to know at which step the script was stopped....