mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
correct __fish_contains_opts to __fish_contains_opt (#3102)
Completion throws and error about the command `__fish_contains_opts` beings unknown. It seems to be a simple typo, as all other completions use `__fish_contains_opt`
This commit is contained in:
committed by
Kurtis Rader
parent
29664c42a0
commit
7cf6ef675a
@@ -14,7 +14,7 @@ set -l upgrade '__fish_contains_opt -s U upgrade'
|
||||
set -l aur '__fish_contains_opt -s A aursync'
|
||||
set -l abs '__fish_contains_opt -s M abssync'
|
||||
set -l save '__fish_contains_opt -s B save'
|
||||
set -l downgrade '__fish_contains_opts -s C downgrade'
|
||||
set -l downgrade '__fish_contains_opt -s C downgrade'
|
||||
set -l orphans '__fish_contains_opt -s O orphans'
|
||||
set -l logfile '__fish_contains_opt -s L viewlog'
|
||||
set -l search '__fish_contains_opt -s s search'
|
||||
|
||||
Reference in New Issue
Block a user