b6d055a87b
`tmux` will start new processes (e.g. when creating panes or windows) with the same environment it was started with, which means that if the $TMPDIR variable was overriden for the kakoune server from within `tmux`, newly created panes/windows won't have access to the server socket to sustain a session. This commit fixes the issue by always exporting the $TMPDIR variable from the parent `tmux` environment to the new processes. Fixes #1319 |
||
---|---|---|
.. | ||
base | ||
core | ||
extra |