We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7d98e commit eefefc0Copy full SHA for eefefc0
autoload/ledger.vim
@@ -927,6 +927,7 @@ function! ledger#output(report) abort
927
" Open a new buffer to show Ledger's output.
928
execute get(s:winpos_map, b:ledger_winpos, 'bo new')
929
setlocal buftype=nofile bufhidden=wipe modifiable nobuflisted noswapfile nowrap
930
+ call ledger#init()
931
call append(0, a:report)
932
setlocal nomodifiable
933
" Set local mappings to quit window or lose focus.
0 commit comments