diff --git a/vim/vimrc.d/gui.vim b/vim/vimrc.d/gui.vim index 5c52a48..97a99d6 100644 --- a/vim/vimrc.d/gui.vim +++ b/vim/vimrc.d/gui.vim @@ -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