mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Merge pull request #25561 from glepnir/9663
feat(float): add fclose command
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user