Steps to reproduce:
- Solve a challenge in some way
- Submit the challenge
C-c C-v r or M-x vimgolf-revert
- Solve the challenge in another way
- Submit the challenge again
Expected Results:
- Update the success screen with the new keystrokes.
- Display the correct keystroke count in the minibuffer.
Actual Results:
- The success screen is not updated (still has the original submission)
- The minibuffer displays something like
Hurray! You solved 55b18bbea9c2c30d04000001 in 0 keystrokes!
Notes:
If you revert the challenge and then activate the diff function (C-c C-v d) and then continue the challenge it works as expected.
Steps to reproduce:
C-c C-v rorM-x vimgolf-revertExpected Results:
Actual Results:
Hurray! You solved 55b18bbea9c2c30d04000001 in 0 keystrokes!Notes:
If you revert the challenge and then activate the diff function (
C-c C-v d) and then continue the challenge it works as expected.