Thursday, April 14, 2016

Re:How to load the vim plugin manually?

At 2016-04-14 16:45:06, "李哲" <imlegendlzz@gmail.com> wrote:  >Raise my question first: how to load a vim script manually?  for example  I can run a vim script by command line.  >  >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


 

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment