Description
Is my sane decision to quit arrange, discarding changes really an error condition?
Also, at that time it is too late for anything anyway.
Steps to Reproduce the Problem
- jj arrange
- Eventually make some changes
- Press q
Expected Behavior
If no changes were done, successful quitting without error message or error exit code.
If changes were done it should ask for confirmation to discard the change and quit,
for example if q was hit accidentally.
If the confirmation is accepted, still no error message or error exit code should result.
Actual Behavior
If you intentionally hit q, you get an error message.
If you unintenionally hit q, you loose the changes you did so far and get an error message but the changes are lost anyway already.
Specifications
- Platform: all
- Version: 0.40.0
Description
Is my sane decision to quit
arrange, discarding changes really an error condition?Also, at that time it is too late for anything anyway.
Steps to Reproduce the Problem
Expected Behavior
If no changes were done, successful quitting without error message or error exit code.
If changes were done it should ask for confirmation to discard the change and quit,
for example if
qwas hit accidentally.If the confirmation is accepted, still no error message or error exit code should result.
Actual Behavior
If you intentionally hit q, you get an error message.
If you unintenionally hit q, you loose the changes you did so far and get an error message but the changes are lost anyway already.
Specifications