mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
should be g:
This commit is contained in:
@@ -292,7 +292,7 @@ function! emmet#util#imageSizeWithImageMagick(fn) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#util#isImageMagickInstalled() abort
|
function! emmet#util#isImageMagickInstalled() abort
|
||||||
if !get(s:, 'emmet_use_identify', 1)
|
if !get(g:, 'emmet_use_identify', 1)
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
return executable('identify')
|
return executable('identify')
|
||||||
|
|||||||
Reference in New Issue
Block a user