diff options
author | Jersey Fonseca <fonseca@uchicago.edu> | 2020-07-01 17:12:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 17:12:53 +0000 |
commit | a494ffe4bcc3aa5c0396620af401a3a51fb856d7 (patch) | |
tree | 4ed7525558e97ab8ca82a12231b140c028a2c312 /plugin | |
parent | 54cbb06376ab517f3c6f0aeaedc135bad42d0398 (diff) |
Updated comments.
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") |