Skip to content

Instantly share code, notes, and snippets.

@hoffoo
Created August 21, 2014 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoffoo/eff0efbdae86dac14ff3 to your computer and use it in GitHub Desktop.
Save hoffoo/eff0efbdae86dac14ff3 to your computer and use it in GitHub Desktop.
function! Rrun()
echo "WTF"
call system("./envR", join(getline(a:firstline, a:lastline), "\n"))
endfunction
com! -range=% -nargs=0 Rrun :'<,'>call Rrun()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment