Skip to content

Commit

Permalink
fix: ensure to restore silencing properly
Browse files Browse the repository at this point in the history
refer: #3032
  • Loading branch information
lervag committed Oct 17, 2024
1 parent 9a5ef1d commit b1c3740
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions autoload/vimtex/compiler.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ function! vimtex#compiler#callback(status) abort " {{{1
if exists('#User#VimtexEventCompiling')
doautocmd <nomodeline> User VimtexEventCompiling
endif
silent! call s:output.resume()
return
endif

if a:status == 2
elseif a:status == 2
if !g:vimtex_compiler_silent
call vimtex#log#info('Compilation completed')
endif
Expand Down

0 comments on commit b1c3740

Please sign in to comment.