We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180aa9d commit b2d524bCopy full SHA for b2d524b
completion/available/tmux.completion.bash
@@ -26,7 +26,7 @@ _tmux_filedir() {
26
COMPREPLY=("${COMPREPLY[@]}" $(compgen -d -- "$cur"))
27
return 0
28
fi
29
- COMPREPLY=("${COMPREPLY[@]}" $(eval compgen -f -- "$cur"))
+ COMPREPLY=("${COMPREPLY[@]}" $(eval "compgen -f -- \"$cur\""))
30
}
31
32
function _tmux_complete_client() {
0 commit comments