Skip to content

Instantly share code, notes, and snippets.

@x1B
Created April 14, 2011 09:23
Show Gist options
  • Save x1B/919186 to your computer and use it in GitHub Desktop.
Save x1B/919186 to your computer and use it in GitHub Desktop.
Add Macvim links to Node.JS stacktraces
#! /bin/sh
sed -E -e 's_[(]?(/[^:]*/([^ ]*)):([0-9]+):([0-9]*)[)]?_[\2:\3:\4] mvim://open/?url=file://\1\&line=\3\&column=\4_g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment