From 31caa06e47bf39993bbdc797713c39e619e619da Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 27 Dec 2021 17:00:09 -0500 Subject: disable some pdf functionality due to a bug --- vim/ftplugin/tex.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim index 3a62790..03c0821 100644 --- a/vim/ftplugin/tex.vim +++ b/vim/ftplugin/tex.vim @@ -62,7 +62,9 @@ augroup _tex if executable('zathura') && strlen(expand('$DISPLAY')) autocmd QuickFixCmdPost make if !s:make_errors() | call s:zathura() | endif endif - autocmd CursorMoved call s:cursor_moved() + " currently this is not usable until + " https://git.pwmt.org/pwmt/zathura/-/issues/157 is fixed + " autocmd CursorMoved call s:cursor_moved() augroup END " see :help errorformat-LaTeX -- cgit v1.2.3-54-g00ecf