mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
patch 9.1.0220: Few typos in source and test files
Problem: Typos in code and tests. Solution: Fix typos (zeertzjq). closes: #14321 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
3164cf8f12
commit
c029c131ea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user