vim-ctrlp-cmdpalette icon indicating copy to clipboard operation
vim-ctrlp-cmdpalette copied to clipboard

list buffer-local custom commands

Open Konfekt opened this issue 6 years ago • 0 comments

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.

Konfekt avatar Apr 06 '19 11:04 Konfekt