Clean up opening comments

This commit is contained in:
Tim Pope
2011-08-09 19:48:46 -04:00
parent a9fcd31a7e
commit 040ee8f432
+5 -4
View File
@@ -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