Micro release
This commit is contained in:
@@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
## Release notes
|
## 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
|
+ 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
|
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
|
todo (see (sort)[#sort] and/or issue #15) and fixes bug when sorting a file
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ Table of Contents *TodoTxt-Contents* ~
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
1. Release notes *TodoTxt-ReleaseNotes* ~
|
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
|
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
|
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
|
(see |TodoTxt-Sort| and/or issue #15) and fixes bug when sorting a file
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ set cpo&vim
|
|||||||
if exists("g:Todo_txt_loaded")
|
if exists("g:Todo_txt_loaded")
|
||||||
finish
|
finish
|
||||||
else
|
else
|
||||||
let g:Todo_txt_loaded=0.8
|
let g:Todo_txt_loaded=0.8.1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" General options {{{1
|
" General options {{{1
|
||||||
|
|||||||
Reference in New Issue
Block a user