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:
parent
1af6d5bfcc
commit
b1ed3eff2d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user