mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
refactor(float): rename ex_floatclose to ex_fclose (#25596)
This commit is contained in:
@@ -1048,7 +1048,7 @@ module.cmds = {
|
||||
command='fclose',
|
||||
flags=bit.bor(BANG, RANGE),
|
||||
addr_type='ADDR_OTHER',
|
||||
func='ex_floatclose',
|
||||
func='ex_fclose',
|
||||
},
|
||||
{
|
||||
command='global',
|
||||
|
Reference in New Issue
Block a user