From a494ffe4bcc3aa5c0396620af401a3a51fb856d7 Mon Sep 17 00:00:00 2001 From: Jersey Fonseca Date: Wed, 1 Jul 2020 12:12:53 -0500 Subject: Updated comments. --- plugin/bujo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/bujo.vim') 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") command -nargs=? Todo :call s:OpenTodo(, ) endif -" Update date upon enter. +" Update title upon file create. autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo") -- cgit v1.2.3