Prefix creation date when opening a new line

This commit is contained in:
fretep
2017-09-26 00:12:25 +10:00
parent f35bcabcea
commit 7160425fa8
4 changed files with 78 additions and 6 deletions

View File

@@ -188,6 +188,12 @@ following lines to your vimrc:
au filetype todo setlocal completeopt-=preview
<
If you would like the preview window to open even if there is only one match for
a completion, then add the following lines to your vimrc:
>
au filetype todo setlocal completeopt+=menuone
<
===============================================================================
5. Hierarchical sort *TodoTxt-HierarchicalSort* ~
@@ -278,6 +284,12 @@ Possible values are :
`DUE:` : (Insert mode) Insert `DUE:` followed by the current date
If you would like the creation date (today) prefixed on new lines, add the
following to your vimrc:
>
let g:Todo_txt_prefix_creation_date=1
<
6.4 Done *TodoTxt-Done*