From 12fbecc1c3be02622317b13330b11f8494c0f13d Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 1 Feb 2012 17:41:49 +0100 Subject: README.txt: better understandable in context of super-modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index db2f727..716eb3f 100644 --- a/README.txt +++ b/README.txt @@ -11,7 +11,7 @@ as per instructions, but add this to your ~/.vimrc: filetype off - call pathogen#infect('~/path/to/this/repo') + call pathogen#infect('~/path/to/this/repo_dir') call pathogen#helptags() filetype plugin indent on -- cgit