mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
completion: fix file completion of redirection targets
This fixes a regression introduced in
6fb7f9b6b - Fix completion for builtins with subcommands
This commit is contained in:
@@ -150,3 +150,6 @@ complete -C'for _ in ' | string collect >&- && echo completed some files
|
||||
# function; #5415
|
||||
complete -C'function : --arg'
|
||||
# CHECK: --argument-names {{.*}}
|
||||
|
||||
complete -C'echo > /' | string length -q && echo ok
|
||||
# CHECK: ok
|
||||
|
||||
Reference in New Issue
Block a user