Skip to content

Commit

Permalink
fixup! WIP: feat: format log as yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFeher committed May 21, 2024
1 parent e69f28a commit 87528da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-bob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87528da

Please sign in to comment.