Avoid specifying a Gtk version
This commit is contained in:
parent
dc9f37be7f
commit
8d3925f2c9
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue