Merge pull request #17403 from zeertzjq/vim-8.1.1955

vim-patch:8.1.{1846,1955},8.2.0156
This commit is contained in:
zeertzjq
2022-02-21 08:02:45 +08:00
committed by GitHub
18 changed files with 62 additions and 54 deletions

View File

@@ -7506,7 +7506,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)