mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
docs: typo fixes (#17859)
Co-authored-by: Elias Alves Moura <eliamoura.alves@gmail.com> Co-authored-by: venkatesh <shariharanvenkatesh@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Vikas Raj <24727447+numToStr@users.noreply.github.com> Co-authored-by: Steve Vermeulen <sfvermeulen@gmail.com> Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: rwxd <rwxd@pm.me> Co-authored-by: casswedson <58050969+casswedson@users.noreply.github.com>
This commit is contained in:
@@ -924,7 +924,7 @@ describe('API/extmarks', function()
|
||||
eq(3, set_extmark(ns, 3, positions[2][1], positions[2][2]))
|
||||
eq(4, set_extmark(ns, 0, positions[1][1], positions[1][2]))
|
||||
|
||||
-- mixing manual and allocated id:s are not recommened, but it should
|
||||
-- mixing manual and allocated id:s are not recommended, but it should
|
||||
-- do something reasonable
|
||||
eq(6, set_extmark(ns, 6, positions[2][1], positions[2][2]))
|
||||
eq(7, set_extmark(ns, 0, positions[1][1], positions[1][2]))
|
||||
|
||||
@@ -251,7 +251,7 @@ describe("API: set highlight", function()
|
||||
eq(highlight2_result, meths.get_hl_by_name('Test_hl', false))
|
||||
end)
|
||||
|
||||
it ("can set emtpy cterm attr", function()
|
||||
it ("can set empty cterm attr", function()
|
||||
local ns = get_ns()
|
||||
meths.set_hl(ns, 'Test_hl', { cterm = {} })
|
||||
eq({}, meths.get_hl_by_name('Test_hl', false))
|
||||
|
||||
Reference in New Issue
Block a user