async-clj-omni icon indicating copy to clipboard operation
async-clj-omni copied to clipboard

Context aware completion

Open Deraen opened this issue 9 years ago • 0 comments

https://github.com/tpope/vim-fireplace/blob/master/plugin/fireplace.vim#L113-L142

Fireplace function is private so we can't call it. Additionally it doesn't work correctly with deoplete.

With omnicomplete the complete-str is removed from buffer when completion is triggered. With deoplete this doesn't happen and the complete-str should be removed manually from the result.

Would really help if we could write unit tests.

Deraen avatar Feb 25 '16 14:02 Deraen