Reminders have their lineNumbers changed as soon as there is a change in the file, but if the file isn't saved, the lineNumbers stay the same instead of reverting to last saved state.
Steps to reproduce:
- Open a file.
- Add an in-file reminder.
- Move the reminder around by adding/deleting lines above it.
- Close the file without saving.
Results:
The reminder points to where it was moved during the last editing session, while the contents of the file are what they were before it started.
What should happen:
The reminder should point to a line consistent with where it would be if the file was reverted to its last saved state.