We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b26ec commit 4ba5566Copy full SHA for 4ba5566
bash_completionsV2.go
@@ -146,7 +146,7 @@ __%[1]s_process_completion_results() {
146
147
if (((directive & shellCompDirectiveFilterFileExt) != 0)); then
148
# File extension filtering
149
- local fullFilter filter filteringCmd
+ local fullFilter="" filter filteringCmd
150
151
# Do not use quotes around the $completions variable or else newline
152
# characters will be kept.
0 commit comments