-
-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong delete count when manually changing entries #1198
Comments
Thanks for submitting this bug. I've just reproduced it in on my end too, though with slightly different circumstances that the fix should also account for. When I run
I think it should actually just say:
|
Hi. Lines 276 to 296 in 44edb9b
I'm new to Python and open source but I think I can fix it. Can I work on this issue? |
Yes please, feel free to submit a PR and let us know if you have any questions! I think to fully resolve this issue, a resolution should:
|
Environment
Current Behavior
When editing a list of entries in my editor, and adding one entry in the list, after saving the file, the summary says that a negative number of entries was deleted.
Expected Behavior
I would expect to see the following output when adding one entry and changing another:
Repro Steps
Open a list of recent entries in your editor with the command above and add an additional entry between those.
The text was updated successfully, but these errors were encountered: