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 b5bc6ab commit df7d98eCopy full SHA for df7d98e
autoload/ledger.vim
@@ -812,6 +812,7 @@ function! s:quickfix_toggle(...) abort
812
813
if l:open
814
execute (b:ledger_qf_vertical ? 'vert' : 'botright') l:list.'open' b:ledger_qf_size
815
+ call ledger#init()
816
" Set local mappings to quit the quickfix window or lose focus.
817
nnoremap <silent> <buffer> <tab> <c-w><c-w>
818
execute 'nnoremap <silent> <buffer> q :' l:list.'close<CR>'
0 commit comments