vim-patch:8.2.0156: various typos in source files and tests

Problem:    Various typos in source files and tests.
Solution:   Fix the typos. (Emir Sari, closes vim/vim#5532)
4b96df5a01
This commit is contained in:
zeertzjq
2022-02-14 18:56:30 +08:00
parent c9b46f154b
commit dcefd48c1b
12 changed files with 20 additions and 16 deletions

View File

@@ -2739,7 +2739,7 @@ func Test_cwindow_jump()
call assert_true(winnr('$') == 2)
call assert_true(winnr() == 1)
" Jumping to a file from the location list window should find a usuable
" Jumping to a file from the location list window should find a usable
" window by wrapping around the window list.
enew | only
call setloclist(0, [], 'f')