1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

temporarily disable this color hack

This commit is contained in:
Connor Olding 2019-06-05 13:07:43 -07:00
parent dd72962588
commit d00f7c727e

View File

@ -32,8 +32,8 @@ try | call mkdir(&undodir, "p") | catch /E739/ | endtry
if (&term =~ "^xterm") " enable colors on any xterm
let &t_Co=256
let &t_AF="\e[38;5;%dm"
let &t_AB="\e[48;5;%dm"
"let &t_AF="\e[38;5;%dm"
"let &t_AB="\e[48;5;%dm"
endif
" main config {{{1