1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 12:00:30 +01:00
Files
.vim/bundle/indent_python/indent/python.vim

9 lines
172 B
VimL

let current_file = expand('%:p')
if match(current_file, '\cicard') < 0
ru! indent/python_pep8.vim
else
let g:pep8_exclude=['W191']
ru! indent/python.vim
endif