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 14, 2024
1 parent 86dbb27 commit f9d95e9
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 @@ -226,7 +226,7 @@ function! s:Project(bang, package, ...)
if has_key(l:args, "config")
let l:args_config = l:args.config
endif
let l:log_string = [a:package . ":",
let l:log_string = ["- " . a:package . ":",
\" prefix: " . g:bob_prefix,
\" directory: " . s:bob_base_path,
\" arguments: [" . l:args_args . "]",
Expand Down

0 comments on commit f9d95e9

Please sign in to comment.