Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcf6664

Browse files
authored
Merge pull request ma6174#150 from msn27149m/master
Update pyflakes.vim
2 parents f64decb + cc26a20 commit dcf6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/python/pyflakes.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ EOF
267267
call setqflist(b:qf_list, 'r')
268268
else
269269
" one pyflakes quickfix window for all buffer
270-
call setqflist(b:qf_list, '')
270+
call setqflist(b:qf_list, ' ')
271271
let s:pyflakes_qf = s:GetQuickFixStackCount()
272272
endif
273273
endif

0 commit comments

Comments
 (0)