From fb7ee996a618e50c1e608a4faf3f093e2dc35f6c Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 13:09:31 -0500 Subject: another test 6 --- plugin/bujo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 497f121..01f17a5 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -1,5 +1,5 @@ if empty(glob('~/bujo')) - call mkdir('~/bujo', 'p') + call mkdir($HOME . '/bujo', 'p') exe "!mv ./../templates/todo.md ~/bujo/" endif -- cgit v1.2.3