1
0
forked from aniani/vim

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:
zeertzjq
2024-03-28 11:37:26 +01:00
committed by Christian Brabandt
parent 3164cf8f12
commit c029c131ea
11 changed files with 13 additions and 11 deletions

View File

@@ -4906,7 +4906,7 @@ def Test_for_stmt_space_before_type()
v9.CheckSourceFailure(lines, 'E1059: No white space allowed before colon: :number in range(10)', 2)
enddef
" This test used to cause an use-after-free memory access
" This test used to cause a use-after-free memory access
def Test_for_empty_line_after_lambda()
var lines =<< trim END
vim9script