Skip to content

Unknown function: vundle#begin~~~~again #553

@YDSS

Description

@YDSS

I'm so confused, and I thought my problem is not like #506. I have no idea where to check.
Any answer is helpful!

Here is the error:
error

Here is my .vimrc:

set nocompatible
syntax on

filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
let path='~/.vim/bundle/Vundle.vim'

call vundle#begin()
" alternatively, pass a path where Vundle should install plugins

" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'

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

filetype plugin indent on    " required

set fencs=utf-8,gb18030,gb2312,latin-1
set fenc=utf-8
set enc=utf-8

set nu
set ts=4
set sw=4
set smarttab
set expandtab
set autoindent
set cindent

set foldmethod=marker
set foldmarker={,}
set foldlevel=10

" NERDTree
"map <F7> <Esc>:NERDTreeToggle<CR>
"map <F8> <Esc>:TlistToggle<CR>

"let NERDTreeWinSize=45

Here is output of :scriptnames

~/.jumbo/etc/vimrc
~/.jumbo/share/vim/vimfiles/archlinux.vim
~/.jumbo/share/vim/vim74/vimrc_example.vim
~/.jumbo/share/vim/vim74/syntax/syntax.vim
~/.jumbo/share/vim/vim74/syntax/synload.vim
~/.jumbo/share/vim/vim74/syntax/syncolor.vim
~/.jumbo/share/vim/vim74/filetype.vim
~/.jumbo/share/vim/vim74/ftplugin.vim
~/.jumbo/share/vim/vim74/indent.vim
~/.vimrc
~/.jumbo/share/vim/vim74/syntax/nosyntax.vim
~/.jumbo/share/vim/vim74/ftoff.vim
~/.jumbo/share/vim/vimfiles/autoload/vundle.vim
~/.jumbo/share/vim/vim74/plugin/getscriptPlugin.vim
~/.jumbo/share/vim/vim74/plugin/gzip.vim
~/.jumbo/share/vim/vim74/plugin/matchparen.vim
~/.jumbo/share/vim/vim74/plugin/netrwPlugin.vim
~/.jumbo/share/vim/vim74/plugin/rrhelper.vim
~/.jumbo/share/vim/vim74/plugin/spellfile.vim
~/.jumbo/share/vim/vim74/plugin/tarPlugin.vim
~/.jumbo/share/vim/vim74/plugin/tohtml.vim
~/.jumbo/share/vim/vim74/plugin/vimballPlugin.vim
~/.jumbo/share/vim/vim74/plugin/zipPlugin.vim
~/.jumbo/share/vim/vim74/scripts.vim
~/.jumbo/share/vim/vim74/ftplugin/vim.vim
~/.jumbo/share/vim/vim74/indent/vim.vim
~/.jumbo/share/vim/vim74/syntax/vim.vim
~/.jumbo/share/vim/vim74/syntax/lua.vim
~/.jumbo/share/vim/vim74/syntax/perl.vim
~/.jumbo/share/vim/vim74/syntax/pod.vim
~/.jumbo/share/vim/vim74/syntax/python.vim

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions