* ConEmu ANSIサポート(256色対応) [#u9f3fb82]

** Vim [#zcb55096]
 if (has('win32') && !has('gui_running') && $ConEmuANSI == 'ON')
    set term=xterm
    set t_Co=256
    let &t_AB="\e[48;5;%dm"
    let &t_AF="\e[38;5;%dm"
 endif

*** 参考 [#m8634c48]
http://stackoverflow.com/questions/20034851/vim-encoding-unicode-in-terminal-under-windows/25073399#25073399

** 参考 [#bdefbcc8]
http://conemu.github.io/en/AnsiEscapeCodes.html

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS