Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit dc3d90f

Browse files
authored
Merge pull request #74 from davvid/setqflist
pyflakes.vim: pass a valid action to setqflist
2 parents 92ab1d3 + e76e24f commit dc3d90f

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
@@ -277,7 +277,7 @@ EOF
277277
call setqflist(b:qf_list, 'r')
278278
else
279279
" one pyflakes quickfix window for all buffer
280-
call setqflist(b:qf_list, '')
280+
call setqflist(b:qf_list, ' ')
281281
let s:pyflakes_qf = s:GetQuickFixStackCount()
282282
endif
283283
endif

0 commit comments

Comments
 (0)