Included Guilherme Victal works on overduedate

See https://github.com/freitass/todo.txt-vim/pull/45
This commit is contained in:
David Beniamine
2016-05-14 12:03:55 +02:00
parent a21fd1198c
commit f3c5e7b892
24 changed files with 669 additions and 32 deletions

View File

@@ -28,6 +28,15 @@
## Release notes
v0.7.4 includes the overduedate support from Guilherme Victal, it highlight
dates in overdue tasks as an Error (as suggested on issue
[#44][https://github.com/freitass/todo.txt-vim/issues/44]). It depends on a
Python library, however, and as such will only be able to work if your version
of Vim was compiled with the `+python` option (as most common versions do).
If your Vim installation does **not** have Python support, this plugin **will work just fine** but this feature will be disabled.
Since v0.7.3, `TodoComplete` is replaced by `todo#Complete`, you might need to
update your vimrc (see [completion](#completion)).