mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:33:44 +08:00
fish_complete_subcommand: shadow scope to inherit e.g. $PATH
Closes: #2141.
This commit is contained in:
parent
8e3e286577
commit
f21d826850
|
@ -1,4 +1,4 @@
|
|||
function __fish_complete_subcommand -d "Complete subcommand"
|
||||
function __fish_complete_subcommand -d "Complete subcommand" --no-scope-shadowing
|
||||
set -l skip_next 1
|
||||
set -l test
|
||||
switch "$argv[1]"
|
||||
|
|
Loading…
Reference in New Issue
Block a user