Skip to content

Commit

Permalink
Ignoring "line too long" error (it's 2011, we don't need this rule ;D)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 29, 2011
1 parent 6245676 commit 16e020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pep8.vim
Expand Up @@ -11,7 +11,7 @@ function! <SID>Pep8()
set grepformat&vim
set grepformat&vim
let &grepformat = '%f:%l:%m'
let &grepprg = 'pep8 --repeat'
let &grepprg = 'pep8 --repeat --ignore=E501'
if &readonly == 0 | update | endif
silent! grep! %
let &grepformat = l:grepformat_save
Expand Down

0 comments on commit 16e020d

Please sign in to comment.