mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Correct the docs for commandline --current-buffer
commandline current-buffer was incorrectly documented as returning the autosuggestion. Clarify that it does not.
This commit is contained in:
parent
08950b1077
commit
73998b81b4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ The following options change the way ``commandline`` updates the command line bu
|
|||
|
||||
The following options change what part of the commandline is printed or updated:
|
||||
|
||||
- ``-b`` or ``--current-buffer`` select the entire buffer, including any displayed autosuggestion (default)
|
||||
- ``-b`` or ``--current-buffer`` select the entire commandline, not including any displayed autosuggestion (default)
|
||||
|
||||
- ``-j`` or ``--current-job`` select the current job - a `job` here is one pipeline. It stops at logical operators or terminators (``;``, ``&`` or newlines).
|
||||
|
||||
|
|
Loading…
Reference in a new issue