Skip to content

Commit 271892f

Browse files
committed
🚑 Fix lualatex's kpse
1 parent 17c2ddb commit 271892f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/prompt/tex.lua

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- luacheck: ignore 111 113
2+
---@diagnostic disable: undefined-global
3+
kpse.set_program_name(status.list().luatex_engine)
14
local prompt = require 'prompt'
25
local utils = require "prompt.utils"
36

0 commit comments

Comments
 (0)