Commit 063e623f authored by Bram Schoenmakers's avatar Bram Schoenmakers

Always end a line with the neutral color.

parent 2bd4c099
......@@ -33,6 +33,8 @@ def pp_color(p_todo_str, p_todo):
p_todo_str = re.sub(r'\B(\+|@)\S+', PROJECT_COLOR + r'\g<0>' + color, \
p_todo_str)
p_todo_str += NEUTRAL_COLOR
return p_todo_str
def pp_number(p_todo_str, p_todo):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment