Using Sublime 1.4 had issues with Ruby package when pressing 'do' and then tab for autocomplete.
The output I received was:
- Code: Select all
dovariablevariablevariable
end
I expected to see:
- Code: Select all
do |variable|
end
Instead.
Took a quick look to the snippet and couldn't figure out the regexp to fix it.
Thank you