Updated MacOS check
This commit is contained in:
parent
8266531eb5
commit
9399609fd8
@ -344,7 +344,7 @@ endfunction
|
||||
function! latex#util#set_vim_executable() " {{{1
|
||||
if exists('g:latex_vim_executable') | return | endif
|
||||
|
||||
if exists('mac')
|
||||
if has('macunix') || has('gui_mac')
|
||||
let g:latex_vim_executable = 'mvim'
|
||||
else
|
||||
let g:latex_vim_executable = 'vim'
|
||||
|
Loading…
x
Reference in New Issue
Block a user