mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 10:59:46 +08:00
![Johannes Altmanninger](/assets/img/avatar_default.png)
Their names are not perfect, so let's keep them as internal functions,
until we figure out how/if we want to expose this.
This reverts 0445126c2
(Undunder __fish_is_nth_token, 2021-06-29) (but I
did it without "git revert").
Closes #8008
4 lines
131 B
Fish
4 lines
131 B
Fish
function __fish_is_token_n --description 'Test if current token is on Nth place' --argument-names n
|
|
__fish_is_nth_token $n
|
|
end
|