From aaa5f88a8bc23d5e951a72572c2b170102f1f2e9 Mon Sep 17 00:00:00 2001 From: Jersey Fonseca Date: Thu, 30 Jul 2020 09:06:32 -0500 Subject: Added whitespace after vs command vs can correctly parse "vs~/foo" but not "vsC:/foo" I added a whitespace, so this should increase overall robustness --- 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 735bef6..5e335aa 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -73,7 +73,7 @@ endfunction function s:OpenTodo(mods, ...) let general_bool = a:0 let todo_path = s:GetBujoFilePath(general_bool) - exe a:mods . " " . g:bujo#window_width "vs" . todo_path + exe a:mods . " " . g:bujo#window_width "vs " . todo_path endfunction if !exists(":Todo") -- cgit v1.2.3