mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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:
@@ -810,7 +810,7 @@ describe('API: buffer events:', function()
|
||||
local newlines = args[5]
|
||||
|
||||
-- Size of the contained nvim instance is 23 lines, this might change
|
||||
-- with the test setup. Note updates are continguous.
|
||||
-- with the test setup. Note updates are contiguous.
|
||||
assert(#newlines <= 23)
|
||||
|
||||
for i = 1,#newlines do
|
||||
|
||||
Reference in New Issue
Block a user