Commit f0cd46c
Fix custom completion for
Password file completion for `pass` no longer worked as the pattern was
passed to `ls` as a string.
Fixed it by converting the pattern to a glob.
Co-authored-by: TechnoTecna <techno.tecna@protonmail.com>pass by converting the path pattern string to glob (#1141)1 parent b712004 commit f0cd46c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments