ridiculousfish b28eae8be9 Allow custom completions to have leading dots
By default, fish does not complete files that have leading dots, unless the
wildcard itself has a leading dot. However this also affected completions;
for example `git add` would not offer `.gitlab-ci.yml` because it has a
leading dot.

Relax this for custom completions. Default file expansion still
suppresses leading dots, but now custom completions can create
leading-dot completions and they will be offered.

Fixes #3707.

(cherry picked from commit b7de768c73f0a9b0a097b83db1f60726c3a9661a)
2023-12-31 09:55:09 +08:00
..
2023-12-23 23:00:50 +08:00
2021-08-30 17:16:19 +02:00