fixed absolute path to flake8

This commit is contained in:
Oliver Ladner 2014-01-21 21:56:20 +01:00
commit b09cfc5ad5

2
.vimrc
View file

@ -8,7 +8,7 @@ filetype indent plugin on
set modeline
" use flake8 to ensure PEP-8 compliance for python
source /home/oli/.vim/bundle/ftplugin/python_flake8.vim
source ~/.vim/bundle/flake8/ftplugin/python_flake8.vim
let g:flake8_builtins="_,apply"
autocmd FileType python map <buffer> <F3> :call Flake8()<CR>