refactor(float): rename ex_floatclose to ex_fclose (#25596)

This commit is contained in:
Raphael
2023-10-11 15:03:59 +08:00
committed by GitHub
parent 4eea60939f
commit f79052faef
5 changed files with 117 additions and 47 deletions

View File

@@ -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);
}