There was an error while loading. Please reload this page.
1 parent fcd770a commit 90368b8Copy full SHA for 90368b8
2 files changed
autoload/ledger.vim
@@ -33,7 +33,7 @@ else
33
endif
34
35
if !exists('g:ledger_main')
36
- let g:ledger_main = '%'
+ let g:ledger_main = '%:p'
37
38
39
if !exists('g:ledger_dangerous_formatprg')
doc/ledger.txt
@@ -388,7 +388,7 @@ behaviour of the ledger filetype.
388
389
* The file to be used to generate reports:
390
391
392
393
The default is to use the current file.
394
0 commit comments