Skip to content

Commit

Permalink
merge: fix regression error in arara compiler
Browse files Browse the repository at this point in the history
refer: #2862, #2861
  • Loading branch information
lervag committed Jan 2, 2024
2 parents 9308048 + 05d1945 commit f9b19d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/vimtex/compiler/arara.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ function! s:compiler.__check_requirements() abort dict " {{{1
endfunction

" }}}1
function! s:compiler.__build_cmd(opts) abort dict " {{{1
function! s:compiler.__build_cmd(passed_options) abort dict " {{{1
return 'arara ' . join(self.options)
\ . ' ' . join(a:opts)
\ . ' ' . a:passed_options
\ . ' ' . vimtex#util#shellescape(self.state.base)
endfunction

Expand Down

0 comments on commit f9b19d0

Please sign in to comment.