mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
docs: small fixes
Co-authored-by: Wansmer <wansmer@gmail.com> Co-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com> Co-authored-by: David Moberg <david.moberg@mediatek.com>
This commit is contained in:
@@ -391,7 +391,7 @@ describe('marktree', function()
|
||||
local iter = ffi.new("MarkTreeIter[1]")
|
||||
local ids = {}
|
||||
|
||||
-- new index and old index look the same, but still have to move becase
|
||||
-- new index and old index look the same, but still have to move because
|
||||
-- pos will get updated
|
||||
table.insert(ids, put(tree, 1, 1, false, 1, 3, false))
|
||||
table.insert(ids, put(tree, 1, 3, false, 1, 3, false))
|
||||
|
||||
Reference in New Issue
Block a user