Notepads
Notepads copied to clipboard
[Bug] Could not use it as git editor
Describe the bug Could not use it as git editor, as as soon as the editor is closed it errors out
To Reproduce
git config --global core.editor notepads
git rebase -i
Notepads opens. Make a change (from pick to r). Then save the file upon being asked. This error happens: hint: Waiting for your editor to close the file... error: There was a problem with the editor 'notepads'.
Expected behavior Git should open Notepads again so that it can continue the process
Related to https://github.com/JasonStein/Notepads/issues/473. & I'm still interested too.