diff options
Diffstat (limited to 'src/testdir/test_termcodes.vim')
-rw-r--r-- | src/testdir/test_termcodes.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testdir/test_termcodes.vim b/src/testdir/test_termcodes.vim index f73770b3d..ba0258457 100644 --- a/src/testdir/test_termcodes.vim +++ b/src/testdir/test_termcodes.vim @@ -314,8 +314,8 @@ func Test_term_mouse_middle_click_insert_mode() call setline(1, ['123456789', '123456789']) let @* = 'abc' - " Middle-click in inesrt mode doesn't move the cursor but inserts the - " contents of aregister + " Middle-click in insert mode doesn't move the cursor but inserts the + " contents of a register call cursor(1, 4) call feedkeys('i' .. \ MouseMiddleClickCode(2, 7) .. MouseMiddleReleaseCode(2, 7) .. @@ -365,7 +365,7 @@ func Test_term_mouse_switch_win_insert_mode() close! endfunc -" Test for using the mouse to increaes the height of the cmdline window +" Test for using the mouse to increase the height of the cmdline window func Test_mouse_cmdwin_resize() CheckFeature cmdwin |