mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:9.1.0942: a few typos were found
Problem: a few typos were found
Solution: fix them (zeertzjq)
closes: vim/vim#16232
d32bf0a067
This commit is contained in:
parent
2f7b385f2e
commit
b7da54aa9e
@ -118,8 +118,8 @@ Note that when using ":" any motion becomes charwise exclusive.
|
|||||||
*inclusive-motion-selection-exclusive*
|
*inclusive-motion-selection-exclusive*
|
||||||
When 'selection' is "exclusive", |Visual| mode is active and an inclusive
|
When 'selection' is "exclusive", |Visual| mode is active and an inclusive
|
||||||
motion has been used, the cursor position will be adjusted by another
|
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
|
character to the right, so that the Visual selection includes the expected
|
||||||
can be acted upon.
|
text and can be acted upon.
|
||||||
|
|
||||||
*forced-motion*
|
*forced-motion*
|
||||||
FORCING A MOTION TO BE LINEWISE, CHARWISE OR BLOCKWISE
|
FORCING A MOTION TO BE LINEWISE, CHARWISE OR BLOCKWISE
|
||||||
|
@ -5562,7 +5562,7 @@ describe('builtin popupmenu', function()
|
|||||||
feed('<C-E><ESC>')
|
feed('<C-E><ESC>')
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- oldtest: Test_pum_matchins_higlight()
|
-- oldtest: Test_pum_matchins_highlight()
|
||||||
it('with ComplMatchIns highlight', function()
|
it('with ComplMatchIns highlight', function()
|
||||||
exec([[
|
exec([[
|
||||||
func Omni_test(findstart, base)
|
func Omni_test(findstart, base)
|
||||||
|
@ -1713,7 +1713,7 @@ func Test_pum_keep_select()
|
|||||||
call StopVimInTerminal(buf)
|
call StopVimInTerminal(buf)
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_pum_matchins_higlight()
|
func Test_pum_matchins_highlight()
|
||||||
CheckScreendump
|
CheckScreendump
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
func Omni_test(findstart, base)
|
func Omni_test(findstart, base)
|
||||||
|
Loading…
Reference in New Issue
Block a user