vim-ledger icon indicating copy to clipboard operation
vim-ledger copied to clipboard

let g:ledger_main = '%:p' instead of let g:ledger_main = '%' to account for current work dir changes

Open Konfekt opened this issue 2 years ago • 0 comments

Since compiler ledger hardcodes makeprg and the current work dir might change, how about let g:ledger_main = '%:p' instead?

Konfekt avatar Nov 06 '23 15:11 Konfekt