From 040ee8f43222d90fd4de4e2a8e667074bfb3d267 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 9 Aug 2011 19:48:46 -0400 Subject: [PATCH] Clean up opening comments --- autoload/pathogen.vim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim index 2f132924..cb8c8a7f 100644 --- a/autoload/pathogen.vim +++ b/autoload/pathogen.vim @@ -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