mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Update
This commit is contained in:
@@ -13,7 +13,7 @@ function! vimtex#view#zathura#new() abort " {{{1
|
||||
return {}
|
||||
endif
|
||||
|
||||
if executable('ldd')
|
||||
if g:vimtex_view_zathura_check_libsynctex && executable('ldd')
|
||||
let l:shared = split(system("sh -c 'ldd $(which zathura)'"))
|
||||
if v:shell_error == 0
|
||||
\ && empty(filter(l:shared, 'v:val =~# ''libsynctex'''))
|
||||
|
||||
Reference in New Issue
Block a user