vimrc読書会 http://vim-jp.org/reading-vimrc/
#0
@username
4 | " Disable 'request cursor position' to avoid ^[[2;2R junk.
4 | " Disable 'request cursor position' to avoid ^[[2;2R junk. 5 | set t_u7=
7 | if !exists('A8_EMBEDDED') 8 | let g:confirm_quit = 1 " confirm quit only in a8 9 | endif
7 | if !exists('A8_EMBEDDED')