[vim] only set macmeta on macs

pull/28/head
Alpha Chen 7 years ago
parent b892605076
commit 0d5fe617f0

@ -123,7 +123,7 @@ end
set guicursor+=a:blinkon0 " disable blinking set guicursor+=a:blinkon0 " disable blinking
set guifont=Source\ Code\ Pro\ for\ Powerline:h13 set guifont=Source\ Code\ Pro\ for\ Powerline:h13
set guioptions-=T set guioptions-=T
if !has("nvim") if has("mac") && !has("nvim")
set macmeta set macmeta
endif endif
set mousehide set mousehide

Loading…
Cancel
Save