summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-26 19:39:02 +0000
committerJersey <fonseca@uchicago.edu>2020-06-26 19:39:02 +0000
commit45265df1b75f25e54b67e4ab63f57cbfc1979963 (patch)
tree780741c16892d6c1643184bc520af792ffb0d405 /plugin
parent7b47dbc0db6bdc1ca25951b8b580fd8950a513b3 (diff)
var wasnt named well
Diffstat (limited to 'plugin')
-rw-r--r--plugin/bujo.vim2
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
55endfunction 55endfunction
56 56