From 35810c388dca9dafc2e23ecebe49dae3a938ed90 Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Mon, 11 Sep 2017 13:34:49 +0200 Subject: [PATCH] Micro release --- README.markdown | 2 ++ doc/todo.txt | 2 ++ ftplugin/todo.vim | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 81a2cc5..da7aaf6 100644 --- a/README.markdown +++ b/README.markdown @@ -28,6 +28,8 @@ ## Release notes ++ V0.8.1 Incorporates yet antoher Fretep work : highlithing for tasks due today. + + v0.8 Incorporates Fretep's work on overdue dates (PR#13 and PR#16) witch removes python dependency, allow to control the cursor position after a sort by todo (see (sort)[#sort] and/or issue #15) and fixes bug when sorting a file diff --git a/doc/todo.txt b/doc/todo.txt index 025bfc6..7242fb2 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -31,6 +31,8 @@ Table of Contents *TodoTxt-Contents* ~ =============================================================================== 1. Release notes *TodoTxt-ReleaseNotes* ~ +V0.8.1 Incorporates yet antoher Fretep work : highlithing for tasks due today. + v0.8 Incorporates Fretep's work on overdue dates (PR#13 and PR#16) witch removes python dependency, allow to control the cursor position after a sort by todo (see |TodoTxt-Sort| and/or issue #15) and fixes bug when sorting a file diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 89fd7e2..e4cd090 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -12,7 +12,7 @@ set cpo&vim if exists("g:Todo_txt_loaded") finish else - let g:Todo_txt_loaded=0.8 + let g:Todo_txt_loaded=0.8.1 endif " General options {{{1