vim-venu
vim-venu copied to clipboard
Simple menu for vim
In the plugin that I'm using with Venu, vim native menus are modified upon entering and leaving a buffer (on BufEnter and BufLeave). Currently, vim doesn't provide any proper ways...
Hello again, I realized that vim doesn't allow function callbacks starting with lowercase letter in the global (`g:`) scope a while ago. I realized this while I was trying to...
Opening the Venu and typing `/` could initiate a search functionality. Upon pressing `ESC` the user is put back to the original menu from where `/` was initiated. Example menu:...
`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)...
Sometimes, one might wish to alter a command for the duration of the vim session. This could for example be the case when requiring to compile a file with a...