Skip to content

Commit 109a4f8

Browse files
author
Lifepillar
committed
Simplify the title of the reconcile window.
1 parent 2dd4522 commit 109a4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ledger.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ function! ledger#reconcile(account, target_amount, ...)
572572
\ ])
573573
let l:file = expand(l:file) " Needed for #show_balance() later
574574
call s:quickfix_populate(systemlist(l:cmd))
575-
if s:quickfix_toggle("Reconcile '" . a:account . "' account", "Nothing to reconcile")
575+
if s:quickfix_toggle("Reconcile " . a:account, "Nothing to reconcile")
576576
let g:ledger_target_amount = a:target_amount
577577
" Show updated account balance upon saving, as long as the quickfix window is open
578578
augroup reconcile

0 commit comments

Comments
 (0)