fix(struct_tags): typo
This commit is contained in:
parent
b686b40144
commit
9edc4604e5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ local function modify(...)
|
|||
or tagged["start"] == nil
|
||||
or tagged["start"] == 0
|
||||
then
|
||||
error("failed to set tags " .. vim.inspec(tagged))
|
||||
error("failed to set tags " .. vim.inspect(tagged))
|
||||
end
|
||||
|
||||
vim.api.nvim_buf_set_lines(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue