From 1cdb39032f623ce646d344370cf48cf91e0f1169 Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Sat, 14 May 2016 12:15:22 +0200 Subject: [PATCH] Doc updated --- README.markdown | 6 +++--- doc/todo.txt | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 5733e9b..9cd8590 100644 --- a/README.markdown +++ b/README.markdown @@ -28,9 +28,9 @@ ## 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 +v0.7.4 includes the overduedate support from Guilherme Victal (see pull +[request #45 on freitass version](https://github.com/freitass/todo.txt-vim/pull/45)), +it highlight dates in overdue tasks as an Error. 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). diff --git a/doc/todo.txt b/doc/todo.txt index 36404ee..ae256b5 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -31,6 +31,12 @@ Table of Contents *TodoTxt-Contents* ~ =============================================================================== 1. Release notes *TodoTxt-ReleaseNotes* ~ +v0.7.4 includes the overduedate support from Guilherme Victal (see pull +request #45 on freitass version (https://github.com/freitass/todo.txt-vim/pull/45)), +it highlight dates in overdue tasks as an Error. 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). + Since v0.7.3, `TodoComplete` is replaced by `todo#Complete`, you might need to update your vimrc (see |TodoTxt-Completion|).