Skip to content

Instantly share code, notes, and snippets.

@plukevdh
Created October 22, 2010 21:12
Show Gist options
  • Save plukevdh/641385 to your computer and use it in GitHub Desktop.
Save plukevdh/641385 to your computer and use it in GitHub Desktop.
Quick vim regex to convert hashrocket (=>) 1.8 to colon syntax (:) 1.9
%s/:\(\w*\) =>/\1:/gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment