Skip to content

Commit

Permalink
merge: redraw before return from quickfix window
Browse files Browse the repository at this point in the history
This should resolve #1595.

Refer: #2067, #1595
  • Loading branch information
lervag committed Jun 11, 2021
2 parents fce9a16 + bea3bb4 commit 82fbb79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vimtex/qf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function! vimtex#qf#open(force) abort " {{{1
let s:previous_window = win_getid()
botright cwindow
if g:vimtex_quickfix_mode == 2
redraw
call win_gotoid(s:previous_window)
endif
if g:vimtex_quickfix_autoclose_after_keystrokes > 0
Expand Down

0 comments on commit 82fbb79

Please sign in to comment.