mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:30:40 +08:00
Changelog: fish_is_nth_token + fish_nth_token
See re-opened issue #8008 for discussion regarding the name of these functions - this might need to be revisited pending a decision there.
This commit is contained in:
parent
497cebab64
commit
ddc4d8ba9b
|
@ -179,7 +179,7 @@ Completions
|
|||
- Many adjustments to complete correct options for system utilities on BSD and macOS.
|
||||
- Unified the OpenZFS-related completions across operating systems and improved the vdev-related completions for all platforms.
|
||||
- Add missing completions for the ``-p`` option of ``xbps-query``.
|
||||
- The ``fish_is_nth_token`` function, which is particularly useful in completions for identifying the token number within the command line, replaces various internal functions to do the same (:issue:`8008`).
|
||||
- The ``fish_is_nth_token`` and accompanying ``fish_nth_token`` functions, which are particularly useful in completions for identifying the token number within the command line and replace various internal functions to do the same (:issue:`8008`).
|
||||
- When evaluating custom completions, the command line state no longer includes variable overrides (``var=val``). This unbreaks completions that read ``commandline -op``.
|
||||
|
||||
Improved terminal support
|
||||
|
|
Loading…
Reference in New Issue
Block a user