From 92c97591be787208a8af096b544ca496c7f16b9b Mon Sep 17 00:00:00 2001 From: Jon Schewe Date: Sat, 11 Feb 2012 14:48:09 -0600 Subject: [PATCH] Fix typo in option check --- completion/available/tmux.completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/available/tmux.completion.bash b/completion/available/tmux.completion.bash index 80857ad..1026078 100644 --- a/completion/available/tmux.completion.bash +++ b/completion/available/tmux.completion.bash @@ -101,7 +101,7 @@ _tmux() { new-sesison|new) case "$prev" in -t) _tmux_complete_session "${cur}" ;; - -@(n|d|s)) options="-d -n -s -t --" ;; + -[n|d|s]) options="-d -n -s -t --" ;; *) if [[ ${COMP_WORDS[option_index]} == -- ]]; then _command_offset ${option_index} -- 2.17.1