mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-16 05:43:47 -05:00
Fixes #37. Replacing existing date
This commit is contained in:
20
doc/todo.txt
20
doc/todo.txt
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user