From dda430e478da4f1dbe97cd26f9acebca42515995 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Sat, 17 Aug 2013 15:34:10 +1000 Subject: [PATCH] Ensure vim runtime path in doco reflects clone location --- doc/vundle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vundle.txt b/doc/vundle.txt index bb4ea4f..0dd3811 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -55,7 +55,7 @@ in order to install/search [all available vim scripts] set nocompatible " be iMproved filetype off " required! - set rtp+=~/.vim/vundle.git/ + set rtp+=~/.vim/bundle/vundle/ call vundle#rc() " let Vundle manage Vundle