quickrun.vimでC++11をコンパイルする

2013-08-21#vim

let g:quickrun_config.cpp = {
\   'command': 'g++',
\   'cmdopt': '-std=c++11'
\ }