summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_buffer.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-28 11:37:26 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-28 11:37:26 +0100
commitc029c131ea7822514d67edb9be2de76d076aa267 (patch)
treeb21ae335a3173c9b14329e6a319851136647f91f /src/testdir/test_buffer.vim
parent3164cf8f12f14b725b918e3170bb0a9085af8298 (diff)
patch 9.1.0220: Few typos in source and test filesv9.1.0220
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>
Diffstat (limited to 'src/testdir/test_buffer.vim')
-rw-r--r--src/testdir/test_buffer.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_buffer.vim b/src/testdir/test_buffer.vim
index bc29c21621..a5643b3bb9 100644
--- a/src/testdir/test_buffer.vim
+++ b/src/testdir/test_buffer.vim
@@ -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