Browse Source

Use `gui_macvim` instead of `mac` (#36)

Junegunn Choi 11 năm trước cách đây
mục cha
commit
cd418369bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -58,7 +58,7 @@ set cpo&vim
 let s:plug_source = 'https://raw.github.com/junegunn/vim-plug/master/plug.vim'
 let s:plug_file = 'Plugfile'
 let s:plug_buf = -1
-let s:mac_gui = has('mac') && has('gui_running')
+let s:mac_gui = has('gui_macvim') && has('gui_running')
 let s:is_win = has('win32') || has('win64')
 let s:me = expand('<sfile>:p')