I use the vim plugin named AutoComplPop(which vim file named acp.vim). It load automatic at the start of the vim.
I found a acp.vim in the autoload folder, and I delete it. But a error popup `Unknown function: acp#enable`. So I could not delete it.
I search for the topic `vim autoload management` and `vim prevent autoload script`
but I can't get the answer I want.
So I come here for help.
In my opinion, there may be some file than have dependency on this file acp.vim,u may grep -r -e "acp" path/to/vim/plugin.Hope that this may help u.:D