Skip to content

Commit b2d524b

Browse files
seefoodakinomyoga
andauthored
Update completion/available/tmux.completion.bash
Co-authored-by: Koichi Murase <[email protected]>
1 parent 180aa9d commit b2d524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/available/tmux.completion.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _tmux_filedir() {
2626
COMPREPLY=("${COMPREPLY[@]}" $(compgen -d -- "$cur"))
2727
return 0
2828
fi
29-
COMPREPLY=("${COMPREPLY[@]}" $(eval compgen -f -- "$cur"))
29+
COMPREPLY=("${COMPREPLY[@]}" $(eval "compgen -f -- \"$cur\""))
3030
}
3131

3232
function _tmux_complete_client() {

0 commit comments

Comments
 (0)