You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue of #33 and #35 resulted in an error occurring, and then the s:SaveFileTMPLinux function running after the error. That issue affects macOS and WSL systems.
#36 fixed the problem for macOS and Windows. Now instead of throwing and error and running s:SaveFileTMPLinux, s:SaveFileTMPWSL is called and breaks the terminal.
My advice would be to remove the WSL function and let the s:SaveFileTMPLinux function run when WSL is detected.
The text was updated successfully, but these errors were encountered:
hexcowboy
changed the title
WSL function resets terminal font and causes other bugs
WSL function resets terminal font and raises "No such file or directory"
Sep 7, 2020
The issue of #33 and #35 resulted in an error occurring, and then the
s:SaveFileTMPLinux
function running after the error. That issue affects macOS and WSL systems.#36 fixed the problem for macOS and Windows. Now instead of throwing and error and running
s:SaveFileTMPLinux
,s:SaveFileTMPWSL
is called and breaks the terminal.My advice would be to remove the WSL function and let the
s:SaveFileTMPLinux
function run when WSL is detected.The text was updated successfully, but these errors were encountered: