August 2010
3 posts
Aug 28th
Loading & Handling Vim plugins that require...
I like playing with vim sometimes. One of the neat features of Vim is that you can compile it with support for other languages (Python, Ruby etc etc). With Vim support for these languages, you can also write plugins, for Vim, in these languages. Without? You have to use VimScript. So, if I was to write a Vim plugin, I would do it in Ruby or Python. Great. Except these plugins depend on...
Aug 16th
Bug reports
I handle bug reports much better if people say exactly what’s wrong, other than “it doesn’t work, here is the logic you were supposed to implement”. Because seriously? If you repeat back to me the logic you want me to implemented, especially after we spent a good portion of a day a few days ago verifying that it works… don’t come back to me and say “it...
Aug 12th