1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 03:50:30 +01:00

Removed bundle_consider, and plugins: buffergator and fuzzyfinder (+l9). Give

a try to ctrlp plugin.
This commit is contained in:
2012-02-14 20:03:34 +01:00
parent 5047146e53
commit bd11b02be5
53 changed files with 433 additions and 10191 deletions

View File

@@ -1,8 +1,8 @@
let current_file = expand('%:p')
if match(current_file, '\cicard') < 0
source $HOME/.vim/indent/python_pep8.vim
ru! indent/python_pep8.vim
else
let g:pep8_exclude=['W191']
source $VIMRUNTIME/indent/python.vim
ru! indent/python.vim
endif