mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs: small fixes
Co-authored-by: Wansmer <wansmer@gmail.com> Co-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com> Co-authored-by: David Moberg <david.moberg@mediatek.com>
This commit is contained in:
@@ -451,7 +451,7 @@ describe('mappings with <Cmd>', function()
|
||||
]])
|
||||
eq('s', funcs.mode(1))
|
||||
|
||||
-- visual mapping in select mode restart selct mode after operator
|
||||
-- visual mapping in select mode restart select mode after operator
|
||||
feed('<F5>')
|
||||
eq('s', funcs.mode(1))
|
||||
eq({'some short l'}, funcs.getreg('a',1,1))
|
||||
|
||||
Reference in New Issue
Block a user