diff options
author | Joshua Fonseca <jerseyfonseca@gmail.com> | 2021-11-30 17:43:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 17:43:56 +0000 |
commit | 61b77bf02b05b5e5bc8351c1d71c27647c440ac6 (patch) | |
tree | bd3e49f6748c728a5fc79921d00c1d204ff0ccee /plugin | |
parent | ae87612ccabd0460c6f71387b7b23515383d5468 (diff) | |
parent | e5b2d118faaa2e38da92ba5ff917557ccb878754 (diff) |
Merge pull request #27 from guidanoli/patch-1
Update bujo.vim
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 5e335aa..3eddb20 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
@@ -81,4 +81,4 @@ if !exists(":Todo") | |||
81 | endif | 81 | endif |
82 | 82 | ||
83 | " Update title upon file create. | 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") |