From 87528da04b9d78d9aef27ecd5a64fa4bbc337586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Feh=C3=A9r?= Date: Tue, 21 May 2024 10:51:00 +0200 Subject: [PATCH] fixup! WIP: feat: format log as yaml --- plugin/vim-bob.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-bob.vim b/plugin/vim-bob.vim index 8a1b4c1..ecc8bcc 100644 --- a/plugin/vim-bob.vim +++ b/plugin/vim-bob.vim @@ -279,7 +279,7 @@ function! s:Project(bang, ...) \" configuration: " . l:args_config, \" directory: " . s:bob_base_path, \" arguments: [" . l:args_args . "]", - \" date: " . strftime('%FT%H:%M:%S'), + \" date: \"" . strftime('%FT%H:%M:%S') . "\"", \" command: " . l:project_command] " store bob command to file if writefile(l:log_string, s:bob_base_path . '/.vim-bob_project.log', 'a') == -1