Skip to content

Commit df7d98e

Browse files
committed
fix: Initialize ledger settings in quickfix and report views
1 parent b5bc6ab commit df7d98e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/ledger.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ function! s:quickfix_toggle(...) abort
812812

813813
if l:open
814814
execute (b:ledger_qf_vertical ? 'vert' : 'botright') l:list.'open' b:ledger_qf_size
815+
call ledger#init()
815816
" Set local mappings to quit the quickfix window or lose focus.
816817
nnoremap <silent> <buffer> <tab> <c-w><c-w>
817818
execute 'nnoremap <silent> <buffer> q :' l:list.'close<CR>'

0 commit comments

Comments
 (0)