dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

visualrun.vim (123B)


      1 function s:RunCommands()
      2     exe getline('.')
      3 endfunction
      4 map <Plug>VisualRunCommands
      5       \ :call <SID>RunCommands()<CR>