Skip to content

Instantly share code, notes, and snippets.

@mcsf
Created May 31, 2014 09:26
Show Gist options
  • Save mcsf/65a39d3d92b50c6bf2e8 to your computer and use it in GitHub Desktop.
Save mcsf/65a39d3d92b50c6bf2e8 to your computer and use it in GitHub Desktop.
fun! run#Run()
if !exists("g:RunPath")
let g:RunPath = input("Run? ")
end
exe "!" . g:RunPath
endfun
nmap <F9> :call run#Run()<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment