Skip to content

Commit

Permalink
fix: silly regression error
Browse files Browse the repository at this point in the history
refer: #3069
  • Loading branch information
lervag committed Jan 9, 2025
1 parent 254085a commit a707d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/vlty.vim
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ else
endif

let &l:makeprg =
\ vimtex#util#shellescape(s:python) .. ' -m yalafi.shell'
\ s:python .. ' -m yalafi.shell'
\ .. (!empty(s:vlty.lt_command)
\ ? ' --lt-command ' .. s:vlty.lt_command
\ : ' --lt-directory ' .. s:vlty.lt_directory)
Expand Down

0 comments on commit a707d39

Please sign in to comment.