The plugin used to work fine. I'm still in the process of narrowing down what in my vimrc is conflicting with conflict-marker. With a vimrc that does nothing but load this plugin using dein, I still get 'Unknown function' when I try to :call conflict_marker#detect#markers(). Is that normal?
When I try to open a new buffer, even vim helpfiles, or the quickfix window, I sometimes get the following error:
The plugin used to work fine. I'm still in the process of narrowing down what in my vimrc is conflicting with conflict-marker. With a vimrc that does nothing but load this plugin using dein, I still get 'Unknown function' when I try to
:call conflict_marker#detect#markers()
. Is that normal?