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
…WaterAnalytics#50 to allow for more operating systems to be handled. As for the choice between emacs and vi - someone who this isn't the first edit for can choose that one. I just put both.
The methods
openAnyInp
andopenCurrentInp
try to run notepad.exe which exists on Windows only -- i.e. it crashes on Unix systems.I suggest implementing a more platform-independent solution, or at least checking the OS before anything is executed.
The text was updated successfully, but these errors were encountered: