Skip to content

Commit

Permalink
Clean up opening comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Aug 9, 2011
1 parent a9fcd31 commit 040ee8f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions autoload/pathogen.vim
Expand Up @@ -4,11 +4,12 @@

" Install in ~/.vim/autoload (or ~\vimfiles\autoload).
"
" For management of individually installed plugins in ~/.vim/bundle
" (or $HOME/vimfiles/bundle), adding 'call pathogen#infect()' to your
" .vimrc prior to 'fileype plugin indent on' is the only other setup necessary.
" For management of individually installed plugins in ~/.vim/bundle (or
" ~\vimfiles\bundle), adding `call pathogen#infect()` to your .vimrc
" prior to `fileype plugin indent on` is the only other setup necessary.
"
" API is documented below.
" The API is documented inline below. For maximum ease of reading,
" :set foldmethod=marker

if exists("g:loaded_pathogen") || &cp
finish
Expand Down

0 comments on commit 040ee8f

Please sign in to comment.