File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,12 @@ let s:exit_code = -1
7
7
func tpipeline#get_filepath ()
8
8
9
9
if ! empty ($ZELLIJ )
10
- " e.g. /tmp/zjstatus-$UID/$SESSION_NAME-$PANE_ID- vimbridge
10
+ " e.g. /tmp/zjstatus-$UID/$SESSION_NAME-vimbridge
11
11
let p = " /tmp/zjstatus-" . systemlist (" id -u" )[-1 ]
12
12
silent ! call mkdir (p )
13
13
let session = $ZELLIJ_SESSION_NAME
14
- " TODO: wait for https://github.com/zellij-org/zellij/issues/2835
15
- " so we can identify the currently active pane. Now I have to hardcode it
16
- " to zjstatus - so no reason to use the variable here, yet.
17
- " let paneid = $ZELLIJ_PANE_ID
18
- let paneid = " 0"
19
14
let p = p . " /"
20
- let zellij = p . session . " -" . paneid . " - vimbridge"
15
+ let zellij = p . session . " -vimbridge"
21
16
return zellij
22
17
endif
23
18
You can’t perform that action at this time.
0 commit comments