I had previously installed the mkdx markdown plugin for vim, via Vundle. I later decided to switch to vim-markdown, and uninstalled it. Initially, everything seemed fine, but when I attempted to insert a heading #
character, it was immediately replaced with
<Plug>(mkdx-link-compl)
The Vundle :PluginList
command does not show it is installed, nor does it appear in my .vimrc
or anywhere in ~/.vim/*
.
I have tried searching all vim-related directories on my machine, and selectively disabling all of my plugins, in Vundle, Pathogen, and Vim-Plug. :scriptnames
returns nothing related to mkdx
. My suspicion is that some other plugin had detected mkdx, and changed some settings somewhere, or mkdx did this itself. Is there any way to see what's going on 'behind the scenes' when I insert '#' on a markdown file?