Skip to content

Commit

Permalink
Update pyflakes.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
msn27149m authored Jun 20, 2017
1 parent 5daff11 commit cc26a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/python/pyflakes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ EOF
call setqflist(b:qf_list, 'r')
else
" one pyflakes quickfix window for all buffer
call setqflist(b:qf_list, '')
call setqflist(b:qf_list, ' ')
let s:pyflakes_qf = s:GetQuickFixStackCount()
endif
endif
Expand Down

0 comments on commit cc26a20

Please sign in to comment.