mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
api: add nvim_win_close() to close window by id
This commit is contained in:
@@ -6170,7 +6170,7 @@ static void ex_pclose(exarg_T *eap)
|
||||
* Close window "win" and take care of handling closing the last window for a
|
||||
* modified buffer.
|
||||
*/
|
||||
static void
|
||||
void
|
||||
ex_win_close(
|
||||
int forceit,
|
||||
win_T *win,
|
||||
|
Reference in New Issue
Block a user