diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/bujo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim index a002024..735bef6 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
@@ -80,5 +80,5 @@ if !exists(":Todo") | |||
80 | command -nargs=? Todo :call s:OpenTodo(<q-mods>, <f-args>) | 80 | command -nargs=? Todo :call s:OpenTodo(<q-mods>, <f-args>) |
81 | endif | 81 | endif |
82 | 82 | ||
83 | " Update date upon enter. | 83 | " Update title upon file create. |
84 | autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo") | 84 | autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo") |