Skip to content

Commit

Permalink
complete: fix empty completions with "FIGNORE"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jun 27, 2022
1 parent 3d56593 commit 49e75ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core-complete.sh
Expand Up @@ -1892,6 +1892,7 @@ function ble/complete/.fignore/filter {
for pat in "${_fignore[@]}"; do
[[ $1 == *"$pat" ]] && return 1
done
return 0
}

## 関数 ble/complete/candidates/.pick-nearest-sources
Expand Down

0 comments on commit 49e75ee

Please sign in to comment.