ignore err

This commit is contained in:
2025-11-26 11:59:46 +09:00
parent e4afa6b707
commit b261344f4a

View File

@@ -1,8 +1,5 @@
local function hpack()
local err = vim.fn.system("hpack")
if vim.v.shell_error ~= 0 then
print(err)
end
vim.fn.system("hpack")
end
vim.api.nvim_create_autocmd("BufWritePost", {