You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: