mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
temporarily disable this color hack
This commit is contained in:
parent
dd72962588
commit
d00f7c727e
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ try | call mkdir(&undodir, "p") | catch /E739/ | endtry
|
||||||
|
|
||||||
if (&term =~ "^xterm") " enable colors on any xterm
|
if (&term =~ "^xterm") " enable colors on any xterm
|
||||||
let &t_Co=256
|
let &t_Co=256
|
||||||
let &t_AF="\e[38;5;%dm"
|
"let &t_AF="\e[38;5;%dm"
|
||||||
let &t_AB="\e[48;5;%dm"
|
"let &t_AB="\e[48;5;%dm"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" main config {{{1
|
" main config {{{1
|
||||||
|
|
Loading…
Add table
Reference in a new issue