Skip to content

Commit

Permalink
fixup! WIP: feat: BobProject from log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFeher committed Jun 4, 2024
1 parent f388099 commit 65185b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/vim-bob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ function! s:ParseProjectArgs(args)
endif
let g:bob_prefix = l:match[1]
" parse directory
" Add a message because this can take a while so that the user
" does not experience just a hanging editor.
echo "Initializing Bob environment ..."
call s:Init(expand("%:p:h"))
" parse configuration
let l:line = getline(l:line_nr + 2)
Expand Down

0 comments on commit 65185b8

Please sign in to comment.