diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/bujo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 537edb3..a2fa976 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
@@ -50,7 +50,7 @@ function s:OpenTodo(...) | |||
50 | if empty(glob(todo_path)) | 50 | if empty(glob(todo_path)) |
51 | call mkdir(todo_path) | 51 | call mkdir(todo_path) |
52 | endif | 52 | endif |
53 | exe ":30vs" . todo_path_c . "/todo.md" | 53 | exe ":30vs" . todo_path . "/todo.md" |
54 | endif | 54 | endif |
55 | endfunction | 55 | endfunction |
56 | 56 | ||