vimrc読書会 http://vim-jp.org/reading-vimrc/
@username
16 | set cpoptions-=C | if 0 | endif
281 | command! Rtp echo substitute(&runtimepath, ',', '\n', 'g')
51 | set t_Co =256 52 | if &t_Co < 256 53 | colorscheme desert 54 | else 55 | colorscheme smyck256 56 | endif
72 | command! Rv source $MYVIMRC | if g:is_gui | source $MYGVIMRC | endif