Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BundleSearch throws error #645

Closed
jhonghee opened this issue Sep 20, 2015 · 3 comments
Closed

BundleSearch throws error #645

jhonghee opened this issue Sep 20, 2015 · 3 comments

Comments

@jhonghee
Copy link

I am getting error message for running BundleSearch.

Error detected while processing function vundle#scripts#all..<SNR>25_load_scripts:
line    7:
E15: Invalid expression:
E15: Invalid expression:
Error detected while processing function vundle#scripts#all:
line    5:
E712: Argument of filter() must be a List or Dictionary
line   10:
E686: Argument of reverse() must be a List
Error detected while processing function vundle#scripts#all..vundle#scripts#bundle_names:
line    1:
E712: Argument of map() must be a List or Dictionary
Error detected while processing function vundle#scripts#all..vundle#scripts#view:
line   15:
E745: Using a List as a Number
E116: Invalid arguments for function append

Here's my .vimrc

set nocompatible              " be iMproved, required
filetype off                  " required

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'fatih/vim-go'
Plugin 'https://github.com/Shougo/neocomplete.vim.git'

" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required

" Use neocomplete.
let g:neocomplete#enable_at_startup = 1

@Shougo
Copy link
Contributor

Shougo commented Sep 23, 2015

Dup of #639

@noscripter
Copy link

#599

@ryanoasis
Copy link
Member

Thanks. closing. :PluginSearch and :BundleSearch working for me as well.

Can always re-open but makes sense to close for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants