From d00f7c727e85becad1686577907c20e86164887e Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 5 Jun 2019 13:07:43 -0700 Subject: [PATCH] temporarily disable this color hack --- home/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/vimrc b/home/vimrc index bad34be..af79456 100644 --- a/home/vimrc +++ b/home/vimrc @@ -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