Vundle.vim: a question about vundle

Created on 7 Apr 2016  路  9Comments  路  Source: VundleVim/Vundle.vim

I install vundle as vim plugin manager. After I completed the installation, the following warnings always appear when I launch vim.

Error detected while processing /home/free/.vim/bundle/newL9/plugin/l9.vim:
line 40:
E174: Command already exists: add ! to replace it
line 89:
E174: Command already exists: add ! to replace it
line 100:
E174: Command already exists: add ! to replace it
line 104:
E174: Command already exists: add ! to replace it
Press ENTER or type command to continue

I attempted to run the command of PluginInstall! in Vim. But the problem was not solved yet.
What I should do to fix it?

Most helpful comment

can you try removing l9 from your configured plugins in your vimrc as well as the bundle source folder (newL9) ?

All 9 comments

can you try removing l9 from your configured plugins in your vimrc as well as the bundle source folder (newL9) ?

According to your reply, I removed ascenator/L9, and the problem was solved. Thanks a lot!

Thanks for the update. Glad that was it :smile:

@ryanoasis will it create a problem if we remove L9?

@dibbadu No it shouldn't cause any issues. It's just an example but seems to cause confusion.

I hope that I understood your question and sorry for the late response.

After removing L9 solved my problem too.. Thanks.

@ryanoasis L9 wasn't the problem actually, the fish shell being Non-POSIX caused the problem.

Glad to see the answer...Thanks.

There are two version of L9 and the only difference between the two are some comments. So no worries if newL9 is removed all the functions will be sourced from L9.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bmyell picture bmyell  路  5Comments

genokan picture genokan  路  4Comments

tmplt picture tmplt  路  3Comments

neil-s picture neil-s  路  5Comments

thetutlage picture thetutlage  路  7Comments