Fixes #37. Replacing existing date

This commit is contained in:
Leandro Freitas
2015-05-06 09:47:04 -03:00
parent b1ed8608d1
commit 649f962211
4 changed files with 57 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
*todo.txt*
==============================================================================
CONTENTS *todo-contents*
1. Commands ........................... |todo-commands|
2. Options ............................ |todo-options|
==============================================================================
COMMANDS *todo-commands*
@@ -32,3 +38,17 @@ COMMANDS *todo-commands*
`<localleader>-D` : Move completed tasks to done.txt
See :h <localleader> for more information about the commands' prefix.
==============================================================================
OPTIONS *todo-options*
*'g:todo_existing_date'*
Specify the behavior of date insertion functions when the task already has a
date of creation: >
let g:todo_existing_date = 'n'
<
r - replace existing date (default)
n - do nothing
===============================================================================
vim:ft=help:et:ts=2:sw=2:sts=2:norl