ecomba / vim-ruby-refactoring

Refactoring tool for Ruby in vim!
520 stars 52 forks source link

When extracting to a 'let', the equals sign can have zero or more spaces around it #39

Closed jfelchner closed 10 years ago

jfelchner commented 11 years ago

Self-explanatory. Extracting any of these:

some_local_var           = :something_else
other_var=2
whatever_ya_know_you_are =   "Yep"

Does not work.

After this pull request, they do.

rking commented 11 years ago

@jfelchner - FYI, I merged this into https://github.com/rking/vim-ruby-refactoring

I'm pretty serious about adopting this repo (at least until @ecomba comes back).

jfelchner commented 11 years ago

Sounds great to me!

jfelchner commented 10 years ago

No reply. Closing.