Skip to content

Commit

Permalink
fix: revert bad fix
Browse files Browse the repository at this point in the history
refer: #3069
  • Loading branch information
lervag committed Jan 7, 2025
1 parent 56a2b5b commit f822c80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compiler/vlty.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ let current_compiler = 'vlty'
let s:cpo_save = &cpo
set cpo&vim

let s:python = vimtex#util#shellescape(
\ exists('g:python3_host_prog')
let s:python = exists('g:python3_host_prog')
\ ? g:python3_host_prog
\ : executable('python3') ? 'python3' : 'python'
\)

let s:vlty = g:vimtex_grammar_vlty

Expand Down

0 comments on commit f822c80

Please sign in to comment.