Peter

Results 6 comments of Peter

Completion is implemented in [this fork](https://github.com/dbeniamine/todo.txt-vim#completion) natively without a Python dependency which completor.vim would introduce, and is fairly easy to implement in native vim for todo.txt format, probably wouldn't be...

I like this. I have personally been using "recur:", and have been working on a pull request for this (I didn't see this until just now), but if "rec:" is...

I have implemented recurring tasks with the `rec:` keyword syntax in my [fork](https://github.com/fretep/todo.txt-vim). If anyone wanted to have a play with my fork and give me some feedback, that would...

Raised and fixed on [this fork](https://github.com/dbeniamine/todo.txt-vim/issues/21), which also discusses this issue in relation to the [todo.txt](https://github.com/todotxt/todotxt/) rules.

Having had a bit of a look at this, the forks are fairly divergent, I probably don't have time to commit back onto this fork at the moment. The discussion...

Great idea, thanks Olivier. I must have another go at compiling this project so I can contribute as well.