From 175f865b106836b33bc39258b051be0d6f60caf7 Mon Sep 17 00:00:00 2001 From: Di Wu Date: Tue, 21 Mar 2017 23:49:18 -0700 Subject: [PATCH] manually fix up indentations --- .tmux.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index beec333..7cdb41d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -439,11 +439,11 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # END { # for (i in user) # if (!(i in ppid)) -# { +# { # print user[i] -# exit +# exit +# } # } -# } # ') # fi # fi @@ -869,19 +869,19 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # o_ = split(a[i], _, "{") - 1 # c_ = split(a[i], _, "}") - 1 # open_ += o_ - c_ -# o__ = split(a[i], _, "[") - 1 -# c__ = split(a[i], _, "]") - 1 -# open__ += o__ - c__ +# o__ = split(a[i], _, "[") - 1 +# c__ = split(a[i], _, "]") - 1 +# open__ += o__ - c__ # -# if (i == l) -# r = sprintf("%s%s", r, a[i]) +# if (i == l) +# r = sprintf("%s%s", r, a[i]) # else if (open || open_ || open__) # r = sprintf("%s%s,", r, a[i]) # else # r = sprintf("%s%s#[fg=%s,bg=%s,%s]%s", r, a[i], fg[j], bg[j], attr[j], subsep) # } # -# gsub(/#\[inherit\]/, sprintf("#[default]#[fg=%s,bg=%s,%s]", fg[j], bg[j], attr[j]), r) +# gsub(/#\[inherit\]/, sprintf("#[default]#[fg=%s,bg=%s,%s]", fg[j], bg[j], attr[j]), r) # return r # } # BEGIN { @@ -899,10 +899,10 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # else # printf "#[fg=%s,bg=%s,none]%s#[fg=%s,bg=%s,%s]%s", bg[j], (i == 1) ? "default" : bg[j_], mainsep, fg[j], bg[j], attr[j], subsplit($i) # -# if (!open && !open_ && !open__) -# { -# j_ = j -# j = j % l + 1 +# if (!open && !open_ && !open__) +# { +# j_ = j +# j = j % l + 1 # } # } # }' << EOF