Skip to content

Commit eefefc0

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

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
@@ -927,6 +927,7 @@ function! ledger#output(report) abort
927927
" Open a new buffer to show Ledger's output.
928928
execute get(s:winpos_map, b:ledger_winpos, 'bo new')
929929
setlocal buftype=nofile bufhidden=wipe modifiable nobuflisted noswapfile nowrap
930+
call ledger#init()
930931
call append(0, a:report)
931932
setlocal nomodifiable
932933
" Set local mappings to quit window or lose focus.

0 commit comments

Comments
 (0)