1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Revert "Color terminal output in GUI Vim"

This reverts commit 0a63bd0781.

Turns out there are some unintended side effects to this config option.
The cursor always returns to the top of the file when running a spec in
the built in terminal. This is really annoying 😠
This commit is contained in:
Daniel Barber 2021-03-07 15:57:08 -05:00
parent 1af6d5bfcc
commit b1ed3eff2d

View File

@ -4,7 +4,4 @@ if has("gui_running") || has("gui_vimr")
set guioptions-=r
set guioptions-=L
set guioptions-=l
" Color terminal output
set guioptions+=!
endif