Skip to content

Commit d5e7be1

Browse files
committed
Avoid move to first error or warning on PymodeLint
Fix python-mode#857
1 parent 8d67390 commit d5e7be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/pymode/tools/loclist.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ fun! g:PymodeLocList.show() "{{{
9595
call setwinvar(winnr(), 'quickfix_title', self._title . ' <' . self._name . '>')
9696
exe num . "wincmd w"
9797
endif
98-
lfirst
9998
end
10099
endfunction "}}}

0 commit comments

Comments
 (0)