diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-18 07:49:13 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-12-18 08:15:31 +0800 |
commit | b7da54aa9e72a0c7684546439f078ed89ba16d0a (patch) | |
tree | 042fb803194c25e9f7aa52ac4400d034efbb3071 /test | |
parent | 2f7b385f2ef61626bc034bd6f3a25f5ec9f3a1f3 (diff) | |
download | rneovim-b7da54aa9e72a0c7684546439f078ed89ba16d0a.tar.gz rneovim-b7da54aa9e72a0c7684546439f078ed89ba16d0a.tar.bz2 rneovim-b7da54aa9e72a0c7684546439f078ed89ba16d0a.zip |
vim-patch:9.1.0942: a few typos were found
Problem: a few typos were found
Solution: fix them (zeertzjq)
closes: vim/vim#16232
https://github.com/vim/vim/commit/d32bf0a06762f9ad08334d67b4d7f235f87f9063
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/ui/popupmenu_spec.lua | 2 | ||||
-rw-r--r-- | test/old/testdir/test_popup.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/popupmenu_spec.lua b/test/functional/ui/popupmenu_spec.lua index 1d4709e856..a64fc99f26 100644 --- a/test/functional/ui/popupmenu_spec.lua +++ b/test/functional/ui/popupmenu_spec.lua @@ -5562,7 +5562,7 @@ describe('builtin popupmenu', function() feed('<C-E><ESC>') end) - -- oldtest: Test_pum_matchins_higlight() + -- oldtest: Test_pum_matchins_highlight() it('with ComplMatchIns highlight', function() exec([[ func Omni_test(findstart, base) diff --git a/test/old/testdir/test_popup.vim b/test/old/testdir/test_popup.vim index de8674dad0..28104bdff5 100644 --- a/test/old/testdir/test_popup.vim +++ b/test/old/testdir/test_popup.vim @@ -1713,7 +1713,7 @@ func Test_pum_keep_select() call StopVimInTerminal(buf) endfunc -func Test_pum_matchins_higlight() +func Test_pum_matchins_highlight() CheckScreendump let lines =<< trim END func Omni_test(findstart, base) |