1
0

Check if gui exists before setting gui options

This commit is contained in:
2026-01-03 16:16:19 +01:00
parent 6963e67ab3
commit baf6187642

View File

@@ -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 = ""