* Minkoo Seo <minkoo.seo / gmail.com> [060526 21:10]: > Does anybody have a nice solution for automatic code generation > for Ruby in VIM? you may have a look at the file plugin/imaps.vim from the latex-suite project. Taken from the header of that file: >>> Motivation: this script provides a way to generate insert mode mappings which do not suffer from some of the problem of mappings and abbreviations while allowing cursor placement after the expansion. It can alternatively be thought of as a template expander. <<< The script supports place holder and more. I did not try yet, but I am shure this script might proove quite usefull for ruby editing as well. HTH, Steph.