vim-venu icon indicating copy to clipboard operation
vim-venu copied to clipboard

Unregister/clear should be more powerful

Open Timoses opened this issue 6 years ago • 0 comments

venu#unregisterAll should be renamed to venu#clear (it actually clears/deletes all menu items).

Further, more argument types should be supported in venu#clear(arg). arg may be:

  • a menu/submenu
  • name (string) of a menu/submenu
  • () empty -> clear all (like venu#unregisterAll currently)

Timoses avatar Feb 03 '19 09:02 Timoses