Browse Source

Fix previous commit about vim

Emmanuel Bouthenot 13 years ago
parent
commit
55d5e51a4f
1 changed files with 0 additions and 24 deletions
  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
-