aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-03-25 19:57:59 +0100
committerGitHub <noreply@github.com>2022-03-25 19:57:59 +0100
commit61205c1defb64ac5466496b5451e4a7f3171e21e (patch)
tree80f88f2592d2502bca56bd4c5a51905074aeb9c0 /test/functional/plugin
parent174deafcef27bc98df36c952ee93e316488bc765 (diff)
downloadrneovim-61205c1defb64ac5466496b5451e4a7f3171e21e.tar.gz
rneovim-61205c1defb64ac5466496b5451e4a7f3171e21e.tar.bz2
rneovim-61205c1defb64ac5466496b5451e4a7f3171e21e.zip
chore: fix typos (#17755)
Co-authored-by: Jordan Haine <jhaine@securitycompass.com>
Diffstat (limited to 'test/functional/plugin')
-rw-r--r--test/functional/plugin/matchparen_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/matchparen_spec.lua b/test/functional/plugin/matchparen_spec.lua
index 13e1283e2c..2670734c1a 100644
--- a/test/functional/plugin/matchparen_spec.lua
+++ b/test/functional/plugin/matchparen_spec.lua
@@ -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>')