Merging upstream version 1.26.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
79468558b6
commit
c35ab76feb
23 changed files with 328 additions and 52 deletions
|
@ -30,6 +30,11 @@ def create_toolbar_tokens_func(mycli, show_fish_help):
|
|||
'Vi-mode ({})'.format(_get_vi_mode())
|
||||
))
|
||||
|
||||
if mycli.toolbar_error_message:
|
||||
result.append(
|
||||
('class:bottom-toolbar', ' ' + mycli.toolbar_error_message))
|
||||
mycli.toolbar_error_message = None
|
||||
|
||||
if show_fish_help():
|
||||
result.append(
|
||||
('class:bottom-toolbar', ' Right-arrow to complete suggestion'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue