mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
docs: fix typos (#20394)
Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -194,7 +194,7 @@ end)
|
||||
describe('UI can set terminal option', function()
|
||||
local screen
|
||||
before_each(function()
|
||||
-- by default we implicity "--cmd 'set bg=light'" which ruins everything
|
||||
-- by default we implicitly "--cmd 'set bg=light'" which ruins everything
|
||||
clear{args_rm={'--cmd'}}
|
||||
screen = Screen.new(20,5)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user