Skip to content

Commit

Permalink
update vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 7, 2013
1 parent dda674b commit db4cefd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/vim/bundle/nerdtree
Submodule nerdtree updated from a1433c to b0bb78
2 changes: 1 addition & 1 deletion lib/vim/bundle/syntastic
Submodule syntastic updated from 930953 to 58ba3d
2 changes: 1 addition & 1 deletion lib/vim/bundle/vim-gitgutter
Submodule vim-gitgutter updated from e72473 to 878c34
2 changes: 1 addition & 1 deletion lib/vim/bundle/vim-pathogen
Submodule vim-pathogen updated 3 files
+14 −0 CONTRIBUTING.markdown
+23 −61 README.markdown
+119 −43 autoload/pathogen.vim
2 changes: 1 addition & 1 deletion lib/vim/bundle/vim-surround
Submodule vim-surround updated 2 files
+3 −9 doc/surround.txt
+28 −7 plugin/surround.vim
2 changes: 1 addition & 1 deletion lib/vimrc
Expand Up @@ -54,7 +54,7 @@ nmap <silent> <Leader>n :NERDTreeToggle<CR>
" use pathogen to handle plugins
let g:ctrlp_ext_vars = [] " fix for broken behavior from recent ctrlp
runtime bundle/vim-pathogen/autoload/pathogen.vim
call pathogen#runtime_append_all_bundles()
call pathogen#incubate()
colorscheme solarized

" nice auto-magic tab completion
Expand Down

0 comments on commit db4cefd

Please sign in to comment.