Commit b7396b5
committed
fix(minicom): do not generate empty completions
With the current implementation, an empty completion would be
generated when there is a file whose basename is `minirc.`. In this
patch, we filter such files in the pathname-expansion phase by
requiring at least one character after `minirc.` in the filenames.1 parent 22db6dc commit b7396b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments