Skip to content

Instantly share code, notes, and snippets.

@rhysd
Created November 18, 2012 14:28
Show Gist options
  • Save rhysd/4105564 to your computer and use it in GitHub Desktop.
Save rhysd/4105564 to your computer and use it in GitHub Desktop.
vim-vspec で使ってる便利なコマンド.runnner を vimproc にするとすごく遅いのでデフォルトにしてる.
" vim-vspec 用コマンド {{{
command! -nargs=0 Vspec
\ execute 'QuickRun' 'sh' '-src'
\ '''$HOME/.vim/bundle/vim-vspec/bin/vspec $HOME/.vim/bundle/vim-vspec '.expand('%:p').''''
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment