You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am getting error message for running
BundleSearch
.Here's my .vimrc
The text was updated successfully, but these errors were encountered: