mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
chore: fix typos (#17755)
Co-authored-by: Jordan Haine <jhaine@securitycompass.com>
This commit is contained in:
@@ -27,7 +27,7 @@ describe('matchparen', function()
|
||||
feed('{<cr>')
|
||||
feed('}')
|
||||
|
||||
-- critical part: up + cr should result in an empty line inbetween the
|
||||
-- critical part: up + cr should result in an empty line in between the
|
||||
-- brackets... if the bug is there, the empty line will be before the '{'
|
||||
feed('<up>')
|
||||
feed('<cr>')
|
||||
|
||||
Reference in New Issue
Block a user