????Vundle
????????й???github??https://github.com/gmarik/vundle??
????????????????git?????????????·??????????????????£???????????vimrc???????
??????vimrc??????????????????????vundle????vim?????????
????set rtp+=$VIM/vimfiles/bundle/vundle/
????call vundle#rc('$VIM/vimfiles/bundle/')
????Bundle 'gmarik/vundle'
?????????linux????????????????
????set rtp+=~/.vim/bundle/vundle/
????call vundle#rc()
????Bundle 'gmarik/vundle'
????Vundle????
????:BundleList -?о???б???(.vimrc??)????????в??
????:BundleInstall -????б?????????
????:BundleInstall! -?????б?????????
????:BundleSearch foo -????foo???
????:BundleSearch! foo -???foo???????
????:BundleClean -????б?????е???
????:BundleClean! -????б?????е???
???????ò???????????
????ctags??taglist

????taglist??????????????λ?????и?????????????????塢??????????????????????Щ???? ??????????????(symbols)??????taglist?н??????tag??????????????????е?tag??????????????????????tag???? ????????????????????У??????????????tag?????taglist??????????tag????е????????????????Vim??????tag???????? ?????????????????ctags(Exuberant Ctags)?????????????????????taglist????????????????ctags??
????vimrc?????????
????Bundle 'taglist.vim'
????let Tlist_Ctags_Cmd='ctags'
????let Tlist_Show_One_File=1               "???????????????tag??????????????
????let Tlist_WinWidt =28                    "????taglist????
????let Tlist_Exit_OnlyWindow=1             "???taglist????????????????????vim
????"let Tlist_Use_Right_Window=1            "????????????taglist????
????let Tlist_Use_Left_Windo =1                "????????????taglist????
?????????????tag???????λ?????????????tag????????
????o ??????′????????????????tag
????????????tag????????
????u ????taglist?????е?tag
????s ?????????????????????????????????????л?
????x taglist?????????С????????????tag
???????????????zo
??????tag??????????zc
?????????е???????zR
????= ??????tag??????????zM
????[[ ???????????
????]] ????????????
????q ???taglist????
????Tagbar
????tagbar?????taglist??????????taglist?????c++????????????????????????????????????????????????
????????taglist????ù????ж????????????????????????????????????taglist???????????????tagbar??????????????????????
????https://github.com/majutsushi/tagbar

????????tagbar???????
????Bundle 'majutsushi/tagbar'
????"nmap <Leader>tb :TagbarToggle<CR>        "????????
????let g:tagbar_ctags_bin='ctags'            "ctags?????·??
????let g:tagbar_width=30                    "???????????
????map <F3> :Tagbar<CR>
????"autocmd BufReadPost *.cpp??*.c??*.h??*.hpp??*.cc??*.cxx call tagbar#autoopen()     "?????c????????????tagbar???????
???????????????ο?:help tagbar
???????ú??????????:Tagbar?????????????F3?????
????NERDTree
????NERDTree?????????????????????????????????????????????????Windows????????????VIM????????????????????????
????https://github.com/scrooloose/nerdtree
????vimrc?????????
????Bundle 'scrooloose/nerdtree'
????let NERDTreeWinPos='right'
????let NERDTreeWinSize=30
????map <F2> :NERDTreeToggle<CR>
?????????????????:NERDTree????????????F2?????
????MiniBufExplorer
????MiniBufExplorer??????????????????????????????????????
????https://github.com/fholgado/minibufexpl.vim
????vimrc?????????
????Bundle 'fholgado/minibufexpl.vim'
????let g:miniBufExplMapWindowNavVim = 1
????let g:miniBufExplMapWindowNavArrows = 1
????let g:miniBufExplMapCTabSwitchBufs = 1
????let g:miniBufExplModSelTarget = 1
????let g:miniBufExplMoreThanOne=0
????map <F11> :MBEbp<CR>
????map <F12> :MBEbn<CR>
??????????????F11??F12???????????buffer???????????????????????buffer????????????????:MBEbd [num]????????????:MBEbd??????buffer????????????buffer??????????????????buffer??
????????????ЩBufExplorer????????????????MiniBufExplorer????????????????Щ????????????????????????BufExplorer??WinManager?????????????????Щ?????????Щ?????????????????????ü???MiniBufExplorer??