1
0
forked from aniani/vim

patch 9.0.1453: typos in source code and tests

Problem:    Typos in source code and tests.
Solution:   Fi the typos. (Dominique Pellé, closes #12217)
This commit is contained in:
Dominique Pelle
2023-04-14 21:54:25 +01:00
committed by Bram Moolenaar
parent b7f6f93475
commit b49dfd0cf2
11 changed files with 17 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ CheckMSWindows
source mouse.vim
" Helper function for sending a grouped sequence of low level key presses
" The modifer key(s) can be included as VK Key Codes in the sequence
" The modifier key(s) can be included as VK Key Codes in the sequence
" Keydown events will be sent, to to the end of the group, then keyup events
" will be sent in reverse order to release the keys.
func SendKeyGroup(keygroup)
@@ -19,7 +19,7 @@ func SendKeyGroup(keygroup)
endfunc
" Send individual key press and release events.
" the modifers for the key press can be specified in the modifiers arg.
" the modifiers for the key press can be specified in the modifiers arg.
func SendKeyWithModifiers(key, modifiers)
let args = { }
let args.keycode = a:key
@@ -359,7 +359,7 @@ func s:LoopTestKeyArray(arr)
" and when the virtual termcap maps the character
call assert_equal(0, mod_mask, $"key = {kstr}")
" Send as a single key press with a modifers mask.
" Send as a single key press with a modifiers mask.
let modifiers = 0
let key = kcodes[0]
for key in kcodes