Fix line break
This commit is contained in:
parent
750d2c490f
commit
b31360b6e3
@ -237,7 +237,8 @@ class CompletionView(QTreeView):
|
|||||||
if history:
|
if history:
|
||||||
status = objreg.get('status-command', scope='window',
|
status = objreg.get('status-command', scope='window',
|
||||||
window=self._win_id)
|
window=self._win_id)
|
||||||
if status.text() == ':' or status.history.is_browsing() or not self._active:
|
if (status.text() == ':' or status.history.is_browsing() or
|
||||||
|
not self._active):
|
||||||
if which == 'next':
|
if which == 'next':
|
||||||
status.command_history_next()
|
status.command_history_next()
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user