mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Remove rego syntax, fixes #486
This commit is contained in:
@@ -14,7 +14,7 @@ function! vimtex#view#zathura#new() abort " {{{1
|
||||
endif
|
||||
|
||||
if executable('ldd')
|
||||
let l:shared = split(system('ldd =zathura'))
|
||||
let l:shared = split(system("sh -c 'ldd $(which zathura)'"))
|
||||
if v:shell_error == 0
|
||||
\ && empty(filter(l:shared, 'v:val =~# ''libsynctex'''))
|
||||
call vimtex#log#warning('Zathura is not linked to libsynctex!')
|
||||
|
||||
Reference in New Issue
Block a user