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

make s:dispatch global so i can use it in my on plugin

Open fishman opened this issue 11 years ago • 1 comments

renaming s:dispatch to dispatch#dispatch so i can create custom dispatch#create_commands in other plugins, as an alternative until we figure out how to allow generic callbacks

fishman avatar Jan 09 '14 16:01 fishman

What specifically does this enable that can't be accomplished by wrapping :Start, :Make, or :Dispatch?

tpope avatar Mar 30 '14 03:03 tpope