File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ func tpipeline#fork_job()
174
174
let s: restore_right = systemlist (" sh -c 'echo \"\" ; tmux display-message -p \" #{status-right}\" '" )[-1 ]
175
175
endif
176
176
let script = printf (" export IFS='$\\ n'; while read -r l; do echo \" $l\" > '%s'" , s: tpipeline_filepath )
177
+ if g: tpipeline_split
178
+ let script .= printf (" ; read -r r; echo \" $r\" > '%s'" , s: tpipeline_right_filepath )
179
+ endif
177
180
if g: tpipeline_usepane
178
181
" end early if file was truncated so as not to overwrite any titles of panes we may switch to
179
182
let script .= " ; if [ -z \" $l\" ]; then continue; fi"
@@ -189,9 +192,6 @@ func tpipeline#fork_job()
189
192
let script .= " ; tmux set status-style \" $C\" "
190
193
endif
191
194
endif
192
- if g: tpipeline_split
193
- let script .= printf (" ; read -r r; echo \" $r\" > '%s'" , s: tpipeline_right_filepath )
194
- endif
195
195
if g: tpipeline_usepane
196
196
let script .= " ; tmux select-pane -T \" #[fill=${C:3}]#[align=left]$l#[align=right]$r\" "
197
197
endif
You can’t perform that action at this time.
0 commit comments