Closed maxigaz closed 2 years ago
Please try to update pytodotxt through pip install -U pytodotxt
. There has been a fix recently that addresses that problem.
Let me know if that does the trick!
Yes, updating that package fixes the issue. Thank you!
Steps to reproduce (tested under Manjaro Linux with pter 3.0.0):
todo.txt
in Vim or Neovim, add a few tasks, and exit the editor.Run
file todo.txt
. It should show the following output:todo.txt
in pter, make some edits (for example, mark a task as done).Run
file todo.txt
again. Now it shows the following:Neovim also shows this change, by running
:set ff
or looking at luabar with the default configuration.While I'm not seeing any negative effects of this right now, a few weeks ago, when I opened one of my
todo.txt
files in Neovim, I noticed that it contained^M
at the end of every line. Then I realised it had been edited with pter. I think that was somehow related to this issue.