From 1b46b4f991cabed7c19ab7bc561496b9d1c51bef Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 20 Dec 2012 09:35:14 -0500 Subject: [PATCH] Remove advice around filetype on Closes #80. --- autoload/pathogen.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim index b5eb618..530ec7e 100644 --- a/autoload/pathogen.vim +++ b/autoload/pathogen.vim @@ -5,8 +5,8 @@ " Install in ~/.vim/autoload (or ~\vimfiles\autoload). " " For management of individually installed plugins in ~/.vim/bundle (or -" ~\vimfiles\bundle), adding `call pathogen#infect()` to your .vimrc -" prior to `filetype plugin indent on` is the only other setup necessary. +" ~\vimfiles\bundle), adding `call pathogen#infect()` to the top of your +" .vimrc is the only other setup necessary. " " The API is documented inline below. For maximum ease of reading, " :set foldmethod=marker