mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
feat(float): add fclose command
This commit is contained in:
@@ -1044,6 +1044,12 @@ module.cmds = {
|
||||
addr_type='ADDR_NONE',
|
||||
func='ex_function',
|
||||
},
|
||||
{
|
||||
command='fclose',
|
||||
flags=bit.bor(BANG, RANGE),
|
||||
addr_type='ADDR_OTHER',
|
||||
func='ex_floatclose',
|
||||
},
|
||||
{
|
||||
command='global',
|
||||
flags=bit.bor(RANGE, WHOLEFOLD, BANG, EXTRA, DFLALL, SBOXOK, CMDWIN, LOCK_OK),
|
||||
|
Reference in New Issue
Block a user