Skip to content

Commit

Permalink
status-utf8 fix (edkolev/issues/53) * merged 'Use consistent theme wi…
Browse files Browse the repository at this point in the history
…th airline in tmuxline' (edkolev/pull/34)
  • Loading branch information
maman authored and grensjo committed Dec 27, 2016
1 parent 05c6870 commit bf56c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/tmuxline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ fun! tmuxline#get_global_config(line, theme)

let global_config = []
for [tmux_option, value] in items(misc_options)
let global_config += [ 'set -g ' . tmux_option . ' ' . tmuxline#util#wrap_in_quotes(value) ]
let global_config += [ 'set -gq ' . tmux_option . ' ' . tmuxline#util#wrap_in_quotes(value) ]
endfor
for [tmux_option, value] in items(win_options)
let global_config += [ 'setw -g ' . tmux_option . ' ' . tmuxline#util#wrap_in_quotes(value) ]
Expand Down

0 comments on commit bf56c78

Please sign in to comment.