summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-27 17:00:09 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-27 17:00:09 -0500
commit31caa06e47bf39993bbdc797713c39e619e619da (patch)
tree2149f8128297e4b0f0a710fbf89f0668e0d50440
parentab9ae03787b92bf6b949735b41d3fd50ad8af1c2 (diff)
downloadconf-31caa06e47bf39993bbdc797713c39e619e619da.tar.gz
conf-31caa06e47bf39993bbdc797713c39e619e619da.zip
disable some pdf functionality due to a bug
-rw-r--r--vim/ftplugin/tex.vim4
1 files changed, 3 insertions, 1 deletions
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 <buffer> call s:cursor_moved()
+ " currently this is not usable until
+ " https://git.pwmt.org/pwmt/zathura/-/issues/157 is fixed
+ " autocmd CursorMoved <buffer> call s:cursor_moved()
augroup END
" see :help errorformat-LaTeX