summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/bujo.vim2
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>)
81endif 81endif
82 82
83" Update date upon enter. 83" Update title upon file create.
84autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo") 84autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo")