Merge pull request #25561 from glepnir/9663

feat(float): add fclose command
This commit is contained in:
bfredl
2023-10-10 16:36:55 +02:00
committed by GitHub
7 changed files with 226 additions and 0 deletions

View File

@@ -7354,6 +7354,12 @@ static void ex_terminal(exarg_T *eap)
do_cmdline_cmd(ex_cmd);
}
/// ":fclose"
static void ex_floatclose(exarg_T *eap)
{
win_float_remove(eap->forceit, eap->line1);
}
void verify_command(char *cmd)
{
if (strcmp("smile", cmd) != 0) {