mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Added branch pathogen
This commit is contained in:
8
bundle/indent_python/indent/python.vim
Normal file
8
bundle/indent_python/indent/python.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
let current_file = expand('%:p')
|
||||
|
||||
if match(current_file, '\cicard') < 0
|
||||
source $HOME/.vim/indent/python_pep8.vim
|
||||
else
|
||||
let g:pep8_exclude=['W191']
|
||||
source $VIMRUNTIME/indent/python.vim
|
||||
endif
|
||||
Reference in New Issue
Block a user