We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f663e8 commit 44c6fe7Copy full SHA for 44c6fe7
autoload/tpipeline/util.vim
@@ -12,7 +12,7 @@ func tpipeline#util#left_justify(str)
12
endfunc
13
14
func tpipeline#util#set_size()
15
- let g:tpipeline_size = str2nr(systemlist("sh -c 'tmux display-message -p \"#{window_width}\"'")[-1])
+ let g:tpipeline_size = str2nr(systemlist("sh -c 'echo \"\"; tmux display-message -p \"#{window_width}\"'")[-1])
16
17
18
func tpipeline#util#check_gui()
0 commit comments