The main use of pydiction, winManager, taglist, ctags does not seem to work, and more complex is not installed. In fact, VIM is also quite useful, hoping to have more powerful commands!
1 set number 2 colo darkblue 3 set nocp 4 set ru 5 set hls 6 syntax on 7 set backspace=indent,eol,start 8 set whichwrap=b,s,<,>,[,] 9 set fileencodings=utf-8,gbk10 set ambiwidth=double11 set smartindent12 set mouse=a13 set encoding=cp93614 set sw=415 set ts=416 set sm17 set cin18 set mousemodel=popup19 20 filetype plugin indent on21 set completeopt=longest,menu22 set wildmenu23 autocmd FileType python set omnifunc=pythoncomplete#Complete24 set ofu=syntaxcomplete#Complete25 imap <silent> ` <C-X><C-O>26 "taglist27 let Tlist_Show_One_File=128 let Tlist_Exit_OnlyWindow=129 30 "pydiction31 let g:pydiction_location='C:\Program Files (x86)\vim73\ftplugin\complete-dict'32 33 "WinManager34 let g:winManagerWindowLayout='FileExplorer'35 nmap wm :WMToggle<cr>36 37 let g:miniBufExplMapWindowNavVim = 1 38 let g:miniBufExplMapWindowNavArrows = 1 39 let g:miniBufExplMapCTabSwitchBufs = 1 40 let g:miniBufExplModSelTarget = 1