"--------------------------------------------------------------------------- " For Windows: " " In Windows, can't find exe, when $PATH isn't contained $VIM. if $PATH !~? $'\(^\|;\){$VIM->escape('\\')}\(;\|$\)' let $PATH = $'{$VIM};{$PATH}' endif if !has('gui_running') && !has('nvim') set t_Co=256 if '$ConEmuPID'->exists() " Use ConEmu 256 color mode. " https://conemu.github.io/en/VimXterm.html set term=xterm let &t_AB="\e[48;5;%dm" let &t_AF="\e[38;5;%dm" " Use mouse in ConEmu console. set mouse=a inoremap [62~ inoremap [63~ nnoremap [62~ nnoremap [63~ endif endif