@@ -263,9 +263,6 @@ endfunc
263
263
" 结束定义FormartSrc
264
264
265
265
266
-
267
-
268
-
269
266
" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
270
267
" "实用设置
271
268
" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -371,15 +368,6 @@ let Tlist_Exist_OnlyWindow = 1 " 如果只有一个buffer,kill窗口也kill
371
368
" set autochdir
372
369
373
370
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
371
" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
384
372
" 其他东东
385
373
" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -400,16 +388,6 @@ let g:miniBufExplMapCTabSwitchBufs = 1
400
388
let g: miniBufExplModSelTarget = 1
401
389
nmap tl :Tlist<cr>
402
390
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
-
413
391
" python补全
414
392
let g: pydiction_location = ' ~/.vim/after/complete-dict'
415
393
let g: pydiction_menu_height = 20
@@ -481,16 +459,6 @@ let g:html_indent_style1 = "inc"
481
459
482
460
filetype plugin indent on " required!
483
461
"
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
- "
494
462
" ctrlp设置
495
463
"
496
464
set wildignore += * /tmp/ * ,* .so ,* .swp,* .zip,* .pyc,* .png,* .jpg,* .gif " MacOSX/Linux
0 commit comments