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
244 stars 37 forks source link

Inserting a backslash whilst typing a search string provokes crash #52

Open wolterhv opened 6 years ago

wolterhv commented 6 years ago

Error: "unterminated subpattern at position 3".

To reproduce:

  1. open a search by pressing slash
  2. type in a backslash
WPettersson commented 6 years ago

Fixed by 8e03a28042423e1a06f3e00e508ef6a52c96226e in my fork of this repo.