Skip to content

Commit 625a07a

Browse files
committed
Disable Pymode's whitespace trimmer.
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.
1 parent 0335b8b commit 625a07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380

381381
" PyMode {
382382
let g:pymode_lint_checker = "pyflakes"
383+
let g:pymode_utils_whitespaces = 0
383384
" }
384385

385386
" ctrlp {

0 commit comments

Comments
 (0)