From 0a7c62b3b22a75f91245a718c1409e4216ae61c8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 30 Apr 2020 16:49:01 +0200 Subject: Remove rego syntax, fixes #486 --- autoload/vimtex/view/zathura.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/vimtex/view') diff --git a/autoload/vimtex/view/zathura.vim b/autoload/vimtex/view/zathura.vim index 98419981..a001fa7e 100644 --- a/autoload/vimtex/view/zathura.vim +++ b/autoload/vimtex/view/zathura.vim @@ -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!') -- cgit v1.2.3