mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user