summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Fonseca <jerseyfonseca@gmail.com>2021-11-30 17:43:56 +0000
committerGitHub <noreply@github.com>2021-11-30 17:43:56 +0000
commit61b77bf02b05b5e5bc8351c1d71c27647c440ac6 (patch)
treebd3e49f6748c728a5fc79921d00c1d204ff0ccee
parentae87612ccabd0460c6f71387b7b23515383d5468 (diff)
parente5b2d118faaa2e38da92ba5ff917557ccb878754 (diff)
Merge pull request #27 from guidanoli/patch-1
Update bujo.vim
-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")