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

Custom done.txt filename option #73

Merged
merged 3 commits into from
Mar 20, 2021
Merged

Custom done.txt filename option #73

merged 3 commits into from
Mar 20, 2021

Conversation

antler5
Copy link
Contributor

@antler5 antler5 commented Aug 4, 2020

Allow users to define a custom done.txt filename convention in their vimrc's for compatibility with other editors and variations of the todo.txt scheme.

@antler5
Copy link
Contributor Author

antler5 commented Aug 4, 2020

#72

@freitass freitass merged commit ed9d639 into freitass:master Mar 20, 2021
@freitass
Copy link
Owner

Thanks @autumnalantlers !

isti03 added a commit to isti03/todo.txt-vim that referenced this pull request Dec 12, 2022
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 added a commit to isti03/todo.txt-vim that referenced this pull request Dec 12, 2022
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 added a commit to isti03/todo.txt-vim that referenced this pull request Dec 12, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants