From b3cf67391a84d2ca75991fd07bc3f33d2d145ae8 Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 12:52:23 -0500 Subject: another test --- plugin/bujo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 735e032..5579a87 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -1,5 +1,5 @@ if empty(glob('~/bujo')) - mkdir('~/bujo') + call mkdir('~/bujo') !mv ./../templates/todo.md ~/bujo/ endif -- cgit v1.2.3