Avoid specifying a Gtk version

This commit is contained in:
Anthony Rose 2019-06-17 19:40:26 +01:00
parent dc9f37be7f
commit 8d3925f2c9

2
vimrc
View file

@ -124,7 +124,7 @@ if has("folding")
endif endif
if has("gui_running") if has("gui_running")
if has("gui_gtk2") || has("gui_gtk3") if has("gui_gtk")
set clipboard=unnamedplus set clipboard=unnamedplus
set guifont=Liberation\ Mono\ 11, set guifont=Liberation\ Mono\ 11,
\Monospace\ Regular\ 11 \Monospace\ Regular\ 11