VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.93k stars 2.57k forks source link

":PluginSearch color" error. cant search for plugins #931

Open InvisibleRasta opened 4 years ago

InvisibleRasta commented 4 years ago

Hello i have been trying to get neovim,same thing happens in vim

Error detected while processing function vundle#scripts#all[3]..<SNR>26_load_scripts:
line    7:
E15: Invalid expression: <html>^M
E15: Invalid expression: <html>^M
Error detected while processing function vundle#scripts#all:
line    5:
E712: Argument of filter() must be a List or Dictionary
line   10:
E899: Argument of reverse() must be a List or Blob
Error detected while processing function vundle#scripts#all[10]..vundle#scripts#bundle_names:
line    1:
E712: Argument of map() must be a List or Dictionary
Error detected while processing function vundle#scripts#all[10]..vundle#scripts#view:
line   15:
E745: Using a List as a Number
E116: Invalid arguments for function append
NUAAwanghe commented 4 years ago

i have the same question,can anyone resolve it?

davidlowryduda commented 4 years ago

This is fundamentally the same issue as #914. The problem is the same as I noted there, which is that vundle uses an API that no longer exists to query.

This is not a simple fix. The correct current course of action is to not use PluginSearch or to patch in your own PluginSearch function. I am not aware of any pull request or fork that has resolved this (probably because PluginSearch is much less useful now that most plugins are on github).

fpusersuggest commented 3 years ago

I have the same problem, I lost 2 hours to uninstall all scripts installed system-wide and removed all plugins installed as user. Also edited many times .vimrc. Please write down of this bug in the README on github so that other people don't lose time. I have Ubuntu 20.04.1 LTS.

QuantumTarantino commented 3 years ago

Same problem. Ubuntu 20.04.1 LTS

jinliangli commented 7 months ago

I Got the same problem in vim 8.1 version on ubuntu 20.04.6 LTS.