From e5b2d118faaa2e38da92ba5ff917557ccb878754 Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Wed, 24 Nov 2021 11:12:19 -0300 Subject: Update bujo.vim Add an extra space between "#" and repository name for aesthetics purposes --- 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 5e335aa..3eddb20 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -81,4 +81,4 @@ if !exists(":Todo") endif " Update title upon file create. -autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo") +autocmd bufnewfile todo.md call append(0, "# " . split(expand('%:p:h:t'), '\v\n')[0] . " todo") -- cgit v1.2.3