vim-ctrlp-cmdpalette
vim-ctrlp-cmdpalette copied to clipboard
list buffer-local custom commands
The list of custom commands compiled in
https://github.com/fisadev/vim-ctrlp-cmdpalette/blob/65adcf77c6e187100114e71e36b9e6dce1423ddd/autoload/ctrlp/cmdpalette.vim#L60
should be updated by a FileType autocommand to include buffer-local commands. How to distinguish buffer local from global commands? The naive guess command -buffer throws an error.