We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd05bd commit 3d16ed6Copy full SHA for 3d16ed6
autoload/pymode/run.vim
@@ -43,8 +43,6 @@ let s:efm .= '%-G%.%#'
43
44
PymodePython from pymode.run import run_code
45
46
-call pymode#tools#loclist#init()
47
-
48
49
" DESC: Run python code
50
fun! pymode#run#code_run(line1, line2) "{{{
@@ -88,10 +86,7 @@ fun! pymode#run#code_run(line1, line2) "{{{
88
86
call setqflist(qflist)
89
87
endif
90
91
- let loclist = g:PymodeLocList.current()
92
- let loclist._loclist = getqflist()
93
- let loclist._title = "Run errors"
94
- call loclist.show()
+ call pymode#quickfix_open(0, g:pymode_quickfix_maxheight, g:pymode_quickfix_maxheight, 0)
95
96
let &efm = l:_efm
97
0 commit comments