瀏覽代碼

Fix previous commit about vim

Emmanuel Bouthenot 13 年之前
父節點
當前提交
55d5e51a4f
共有 1 個文件被更改,包括 0 次插入24 次删除
  1. 0 24
      .vim/vimrc

+ 0 - 24
.vim/vimrc

@@ -260,27 +260,3 @@ function! CleanClose()
 	exe "bd".todelbufNr
 endfunction
 
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" Pathogen plugin
-"
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-call pathogen#runtime_append_all_bundles()
-call pathogen#helptags()
-
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" Gundo plugin
-"
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-let g:gundo_right = 1
-let g:gundo_width = 80
-let g:gundo_preview_height = 35
-nnoremap <F3> :GundoToggle<CR>
-
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" NetRW setup
-"
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-let g:netrw_liststyle=3 " Use tree-mode as default view
-let g:netrw_browse_split=4 " Open file in previous buffer
-let g:netrw_preview=1 " preview window shown in a vertically split
-