diff options
-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 735bef6..5e335aa 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
@@ -73,7 +73,7 @@ endfunction | |||
73 | function s:OpenTodo(mods, ...) | 73 | function s:OpenTodo(mods, ...) |
74 | let general_bool = a:0 | 74 | let general_bool = a:0 |
75 | let todo_path = s:GetBujoFilePath(general_bool) | 75 | let todo_path = s:GetBujoFilePath(general_bool) |
76 | exe a:mods . " " . g:bujo#window_width "vs" . todo_path | 76 | exe a:mods . " " . g:bujo#window_width "vs " . todo_path |
77 | endfunction | 77 | endfunction |
78 | 78 | ||
79 | if !exists(":Todo") | 79 | if !exists(":Todo") |