vim-patch:9.1.0220: Few typos in source and test files (#28076)

Problem:  Typos in code and tests.
Solution: Fix typos (zeertzjq).

closes: vim/vim#14321

c029c131ea
This commit is contained in:
zeertzjq
2024-03-28 19:03:27 +08:00
committed by GitHub
parent 08b8ccd733
commit 346a639028
8 changed files with 9 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ func Test_bdelete_cmd()
call assert_fails('1,1bdelete 1 2', 'E488:')
call assert_fails('bdelete \)', 'E55:')
" Deleting a unlisted and unloaded buffer
" Deleting an unlisted and unloaded buffer
edit Xbdelfile1
let bnr = bufnr()
set nobuflisted