Fix typo
This commit is contained in:
2
yc.fish
2
yc.fish
@@ -19,7 +19,7 @@ function __yc_perform_completion
|
|||||||
__yc_debug "last arg: $lastArg"
|
__yc_debug "last arg: $lastArg"
|
||||||
|
|
||||||
# Disable ActiveHelp which is not supported for fish shell
|
# Disable ActiveHelp which is not supported for fish shell
|
||||||
set -l requestComp "yc_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg"
|
set -l requestComp "YC_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg"
|
||||||
|
|
||||||
__yc_debug "Calling $requestComp"
|
__yc_debug "Calling $requestComp"
|
||||||
set -l results (eval $requestComp 2> /dev/null)
|
set -l results (eval $requestComp 2> /dev/null)
|
||||||
|
|||||||
Reference in New Issue
Block a user