mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
Fix some typos in documentation, C code and test files
closes: #18300 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
817e4d3ee6
commit
0e46e761fc
@@ -150,7 +150,7 @@ draw_tabpanel(void)
|
||||
if (maxwidth == 0)
|
||||
return;
|
||||
|
||||
// Reset got_int to avoid build_stl_str_hl() isn't evaluted.
|
||||
// Reset got_int to avoid build_stl_str_hl() isn't evaluated.
|
||||
got_int = FALSE;
|
||||
|
||||
if (tpl_is_vert)
|
||||
|
||||
Reference in New Issue
Block a user