Skip to content

Commit 1152082

Browse files
committed
fix indicator_style string manipulation
1 parent 1ab550d commit 1152082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode_indicator.tmux

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tmux_option() {
2323

2424
indicator_style() {
2525
local -r style=$(tmux_option "$1" "$2")
26-
echo "${style:+#[${style/,/]#[}]}"
26+
echo "${style:+#[${style//,/]#[}]}"
2727
}
2828

2929
init_tmux_mode_indicator() {

0 commit comments

Comments
 (0)