Created
November 18, 2012 14:28
-
-
Save rhysd/4105564 to your computer and use it in GitHub Desktop.
vim-vspec で使ってる便利なコマンド.runnner を vimproc にするとすごく遅いのでデフォルトにしてる.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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