Created
March 8, 2013 11:32
-
-
Save kano4/5115850 to your computer and use it in GitHub Desktop.
mrubyをquickrun.vimで実行する ref: http://qiita.com/items/595e8f88c8625ea35b82
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
" quickrun for MRuby | |
augroup AddFileType | |
autocmd BufWinEnter,BufNewFile *.mrb set filetype=ruby.mruby | |
augroup END | |
let g:quickrun_config['mruby'] = { 'command': 'ruby.mruby' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment