fix(struct_tags): typo

This commit is contained in:
Smirnov Oleksandr 2024-03-15 23:57:55 +02:00
parent b686b40144
commit 9edc4604e5

View file

@ -56,7 +56,7 @@ local function modify(...)
or tagged["start"] == nil or tagged["start"] == nil
or tagged["start"] == 0 or tagged["start"] == 0
then then
error("failed to set tags " .. vim.inspec(tagged)) error("failed to set tags " .. vim.inspect(tagged))
end end
vim.api.nvim_buf_set_lines( vim.api.nvim_buf_set_lines(