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

@@ -178,6 +178,11 @@ 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
## Hierarchical sort
@@ -256,6 +261,12 @@ Possible values are :
+ `due:` : (Insert mode) Insert `due:` followed by the current date
+ `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
### Done