mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
parent
a8d7d9689d
commit
8a9f57112c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ As a more comprehensive example, here's a commented excerpt of the completions f
|
|||
# The `-n`/`--condition` option takes script as a string, which it executes.
|
||||
# If it returns true, the completion is offered.
|
||||
# Here the condition is the `__fish_seen_subcommands_from` helper function.
|
||||
# If returns true if any of the given commands is used on the commandline,
|
||||
# It returns true if any of the given commands is used on the commandline,
|
||||
# as determined by a simple heuristic.
|
||||
# For more complex uses, you can write your own function.
|
||||
# See e.g. the git completions for an example.
|
||||
|
|
Loading…
Reference in a new issue