vim-patch:8.2.0156: various typos in source files and tests

Problem:    Various typos in source files and tests.
Solution:   Fix the typos. (Emir Sari, closes vim/vim#5532)
4b96df5a01
This commit is contained in:
zeertzjq
2022-02-14 18:56:30 +08:00
parent c9b46f154b
commit dcefd48c1b
12 changed files with 20 additions and 16 deletions

View File

@@ -7485,7 +7485,7 @@ static void ex_edit(exarg_T *eap)
do_exedit(eap, NULL);
}
/// ":edit <file>" command and alikes.
/// ":edit <file>" command and alike.
///
/// @param old_curwin curwin before doing a split or NULL
void do_exedit(exarg_T *eap, win_T *old_curwin)