Has anyone ever seen behavior like this:
<<< [34] <exec> 139,398 us
>>> [35] <exec> $ vim "C:\Users\JMORDE~1\AppData\Local\Temp\edit.aannm9clj1kosok4\new-commit"
<<< [35] <exec> 1,489 us
PHP Fatal error: Uncaught exception 'Exception' with message 'Editor exited with an error code (#1).' in C:\arcanist\ph-arcWindows-u0001\libphutil\src\console\PhutilInteractiveEditor.php:94
It looks like it's trying to open a file in the Windows temp directory but gitbash vim seems to not understand the path. Trying to run that command from the prompt fails to open the file in question. I'm brand new to arcanist and a google search didn't turn anything up. Anyone have any ideas of what I can do here?