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