From f822c8018effb44dc0e810eb765ec9cb4f395b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Tue, 7 Jan 2025 20:46:08 +0100 Subject: [PATCH] fix: revert bad fix refer: #3069 --- compiler/vlty.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/vlty.vim b/compiler/vlty.vim index c9c2c2d60b..1ca3354fdf 100644 --- a/compiler/vlty.vim +++ b/compiler/vlty.vim @@ -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