mirror of
https://github.com/neovim/neovim.git
synced 2026-03-25 10:00:51 +00:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user