From 71ba68adb9e4228583330ef37a0cb8f431145d15 Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 13:00:04 -0500 Subject: another test 4 --- plugin/bujo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 4c1696b..73ca971 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -1,12 +1,12 @@ if empty(glob('~/bujo')) call mkdir($HOME . '/bujo', 'p') - !mv ./../templates/todo.md ~/bujo/ + 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 ~/bujo/todo.md" + exe ":30vs " + $HOME + "/bujo/todo.md" endfunction if !exists(":Todo") -- cgit v1.2.3