From b643ec0f0cafa745e4139d768273e7a86e238b28 Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 13:03:25 -0500 Subject: another test 5 --- plugin/bujo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 73ca971..497f121 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -1,12 +1,12 @@ if empty(glob('~/bujo')) - call mkdir($HOME . '/bujo', 'p') + call mkdir('~/bujo', 'p') exe "!mv ./../templates/todo.md ~/bujo/" endif " Open the bujo todo list file function s:OpenTodo() "30 makes it open at width 30 - exe ":30vs " + $HOME + "/bujo/todo.md" + exe ":30vs ~/bujo/todo.md" endfunction if !exists(":Todo") -- cgit v1.2.3