chore: autogen (vimdocs+formating)
This commit is contained in:
parent
bd52d2d77e
commit
c880c8cfed
|
@ -13,7 +13,7 @@ function M.add_notice(notice)
|
|||
notice = vim.split(notice, '\n')
|
||||
end
|
||||
if notice[#notice] ~= '' then
|
||||
notice[#notice+1] = ''
|
||||
notice[#notice + 1] = ''
|
||||
end
|
||||
table.insert(notices, notice)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue