Don't change my point color, thanks

This commit is contained in:
Hunter Haugen 2010-04-27 16:53:27 -07:00
parent 1205bfa440
commit dffd5e32b3

2
.vimrc
View file

@ -14,7 +14,7 @@ set fenc=utf-8
if exists('&t_SI')
let &t_SI = "\<Esc>]12;lightgoldenrod\x7"
let &t_EI = "\<Esc>]12;grey80\x7"
let &t_EI = "\<Esc>]12;green\x7"
endif
"-----------------------------------------------------------------------