Remove comment in command substitution (#3875)

This commit is contained in:
Hexin 2024-06-19 11:22:57 +09:00 committed by GitHub
parent e2401aca68
commit 61ae9d75b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,6 @@ __fzf_generic_path_completion() {
[ -z "$dir" ] && dir='.'
[ "$dir" != "/" ] && dir="${dir/%\//}"
matches=$(
# Declare and assign separately for older zsh versions.
export FZF_DEFAULT_OPTS
FZF_DEFAULT_OPTS=$(__fzf_defaults "--reverse --scheme=path" "${FZF_COMPLETION_OPTS-}")
unset FZF_DEFAULT_COMMAND FZF_DEFAULT_OPTS_FILE