From b7da54aa9e72a0c7684546439f078ed89ba16d0a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 18 Dec 2024 07:49:13 +0800 Subject: [PATCH] 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 --- runtime/doc/motion.txt | 4 ++-- test/functional/ui/popupmenu_spec.lua | 2 +- test/old/testdir/test_popup.vim | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 41fcdc3e1b..284be09121 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -118,8 +118,8 @@ Note that when using ":" any motion becomes charwise exclusive. *inclusive-motion-selection-exclusive* When 'selection' is "exclusive", |Visual| mode is active and an inclusive motion has been used, the cursor position will be adjusted by another -character to the right, so that visual selction includes the expected text and -can be acted upon. +character to the right, so that the Visual selection includes the expected +text and can be acted upon. *forced-motion* FORCING A MOTION TO BE LINEWISE, CHARWISE OR BLOCKWISE 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('') 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)