mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
docs: fix typos (#21196)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -3042,7 +3042,7 @@ describe('API', function()
|
||||
meths.buf_set_mark(buf, 'F', 2, 2, {})
|
||||
meths.buf_set_name(buf, "mybuf")
|
||||
local mark = meths.get_mark('F', {})
|
||||
-- Compare the path tail ony
|
||||
-- Compare the path tail only
|
||||
assert(string.find(mark[4], "mybuf$"))
|
||||
eq({2, 2, buf.id, mark[4]}, mark)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user