Check if gui exists before setting gui options
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
colorscheme retrobox
|
||||
set relativenumber number
|
||||
set packpath^=~/.vim/pack/
|
||||
set guioptions -=m
|
||||
set guioptions -=T
|
||||
if has("gui_gnome") || has("gui_win32")
|
||||
set guioptions -=m
|
||||
set guioptions -=T
|
||||
endif
|
||||
set guicursor = ""
|
||||
|
||||
Reference in New Issue
Block a user