AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
245 stars 37 forks source link

bug: syntax hi-lighting for priority fails when un-marking a task as done #7

Closed jpouellet closed 10 years ago

jpouellet commented 10 years ago

Steps to reproduce:

test-todo.txt:

(A) I was *NOT* done
x 2014-07-25 (A) I was done

todotxt-machine -f ./test-todo.txt

Notice that it should be red like the item above it, but it is not until you restart todotxt-machine with the resulting file.

AnthonyDiGirolamo commented 10 years ago

Thanks for catching this! I will push out a new pip package after I fix a couple more bugs.