Skip to content

Commit

Permalink
chore(view): simplify mupdf callback conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Apr 9, 2021
1 parent c6a921c commit a7d8ff4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoload/vimtex/view/mupdf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ function! vimtex#view#mupdf#compiler_callback() abort " {{{1
endif
endif

if g:vimtex_view_use_temp_files || get(b:vimtex.compiler, 'callback')
call self.xwin_send_keys('r')
endif
call self.xwin_send_keys('r')
endfunction

" }}}1
Expand Down

0 comments on commit a7d8ff4

Please sign in to comment.