[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 guifont=Source\ Code\ Pro\ for\ Powerline:h13
set guioptions-=T
if !has("nvim")
if has("mac") && !has("nvim")
set macmeta
endif
set mousehide

Loading…
Cancel
Save