vim trick to align blocks/end keywords in Ruby?
- by randombits
Is there a way to simply have my blocks and their closing end keyword align properly with vim? If I have a function which is nested with several conditions, things can start to get ugly fast. Can vim save the day?