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 5e335aa..3eddb20 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -81,4 +81,4 @@ if !exists(":Todo")
81endif 81endif
82 82
83" Update title upon file create. 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")