diff options
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |