Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Created November 30, 2009 01:27
Show Gist options
  • Save kevinkirkup/245187 to your computer and use it in GitHub Desktop.
Save kevinkirkup/245187 to your computer and use it in GitHub Desktop.
Dynamically set the path to VIM
# Get Vim Path
export VIMRUNTIME=`vim -e -T dumb --cmd 'exe "set t_cm=\<C-M>"|echo $VIMRUNTIME|quit' | tr -d '\015' `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment