Skip to content
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

Fix done.txt naming bugs #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix done.txt naming bugs #79

wants to merge 1 commit into from

Commits on Dec 12, 2022

  1. Fix done.txt naming bugs

    Two unreported done.txt naming bugs fixed:
    
    1. *.Todo.txt files would use *.done.txt for the done filename
    
    2. When a user had the ignorecase option set, the done.txt file was
       always named Done.txt, because the == operator ignores the case when
       this option is set.
    
    The bugs were introduced in PR freitass#73
    isti03 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b74e1e0 View commit details
    Browse the repository at this point in the history