mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
refactor(float): rename ex_floatclose to ex_fclose (#25596)
This commit is contained in:
@@ -7355,7 +7355,7 @@ static void ex_terminal(exarg_T *eap)
|
||||
}
|
||||
|
||||
/// ":fclose"
|
||||
static void ex_floatclose(exarg_T *eap)
|
||||
static void ex_fclose(exarg_T *eap)
|
||||
{
|
||||
win_float_remove(eap->forceit, eap->line1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user