From 8b57ead6941bb97a8d9c5318ae62bdc07b84aee1 Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 14 Feb 2012 20:08:42 +0100 Subject: [PATCH] Instructed python indent wrapper to play nice with pathogen. --- bundle/indent_python/indent/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/indent_python/indent/python.vim b/bundle/indent_python/indent/python.vim index 2278de0..f9d557a 100644 --- a/bundle/indent_python/indent/python.vim +++ b/bundle/indent_python/indent/python.vim @@ -4,5 +4,5 @@ if match(current_file, '\cicard') < 0 ru! indent/python_pep8.vim else let g:pep8_exclude=['W191'] - ru! indent/python.vim + ru! $VIMRUNTIME/indent/python.vim endif