@@ -263,9 +263,6 @@ endfunc
263263" 结束定义FormartSrc
264264
265265
266-
267-
268-
269266" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
270267" "实用设置
271268" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -371,15 +368,6 @@ let Tlist_Exist_OnlyWindow = 1 " 如果只有一个buffer,kill窗口也kill
371368" set autochdir
372369
373370
374-
375-
376-
377-
378-
379-
380-
381-
382-
383371" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
384372" 其他东东
385373" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -400,16 +388,6 @@ let g:miniBufExplMapCTabSwitchBufs = 1
400388let g: miniBufExplModSelTarget = 1
401389nmap tl :Tlist<cr>
402390
403-
404-
405- " 输入法
406- :let g: vimim_map= ' c-/'
407- " :let g:vimim_cloud='sougou' " QQ云输入
408- :let g: vimim_punctuation= 0 " 不用中文标点
409- :set pastetoggle = <C-H>
410- :let g: vimim_cloud= -1
411-
412-
413391" python补全
414392let g: pydiction_location = ' ~/.vim/after/complete-dict'
415393let g: pydiction_menu_height = 20
@@ -481,16 +459,6 @@ let g:html_indent_style1 = "inc"
481459
482460filetype plugin indent on " required!
483461"
484- " Brief help
485- " :BundleList - list configured bundles
486- " :BundleInstall(!) - install(update) bundles
487- " :BundleSearch(!) foo - search(or refresh cache first) for foo
488- " :BundleClean(!) - confirm(or auto-approve) removal of unused bundles
489- "
490- " see :h vundle for more details or wiki for FAQ
491- " NOTE: comments after Bundle command are not allowed..
492- "
493- "
494462" ctrlp设置
495463"
496464set wildignore += * /tmp/ * ,* .so ,* .swp,* .zip,* .pyc,* .png,* .jpg,* .gif " MacOSX/Linux
0 commit comments