Skip to content

Commit

Permalink
Disable Pymode's whitespace trimmer.
Browse files Browse the repository at this point in the history
The pymode whitespace trimmer is both slower and sloppier than the one we
already have and it clobbers the search history. Additionally, if someone has
disabled ours, this one still runs, which is probably not what anyone wants.
  • Loading branch information
johntyree committed Dec 1, 2012
1 parent 0335b8b commit 625a07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@

" PyMode {
let g:pymode_lint_checker = "pyflakes"
let g:pymode_utils_whitespaces = 0
" }

" ctrlp {
Expand Down

0 comments on commit 625a07a

Please sign in to comment.