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

Vim plugin for Ledger

Results 34 vim-ledger issues
Sort by recently updated
recently updated
newest added

I'd love to have timesheet format highlighted. ``` i 2013/11/06 09:00:00 Billable:Frobnostication o 2013/11/06 13:00:00 ; i 2013/11/06 13:00:00 A:Vacation o 2013/11/06 17:00:00 ; ``` What would be really awesome...

enhancement
syntax

The output of :Balance for one account converts every commodity to the default commodity: `Cleared or pending: 3000 EUR Cleared: 2000 EUR` I think that the balance should provide the...

bug

Now that #78 is merged there are two different systems around for generating lists for completion: one for the omnicomplete sources (the more configurable and robust options) and a different...

enhancement
completion

If the account name ends with ")", the auto completion does not include it. Probably related to [virtual postings](https://www.ledger-cli.org/3.0/doc/ledger3.html#Virtual-postings) syntax parsing?

bug

Hi, Looks like vim-ledger can clear transactions and toggle the state of transactions. But this doesn't seem to work out-of-the-box. Is there any opinions/suggestions for a sensible default keybinding? Thanks!

enhancement

I think it would be useful if, in addition to the native vimscript omnicomplete function currently provided, we provide a Lua source suitable for consumption in other completion frameworks. In...

enhancement
completion

Hello, I face an issue with trailing CR characters when using omni completion for account names in neovim on Windows. After pressing CTRL+x, o, the account names suggestions are correct,...

bug
completion

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

vim 9.0 here. Todays master tells me this when i open a ledger file: ``` Error detected while processing /etc/vim/vimrc[92]../usr/share/vim/vim90/syntax/syntax.vim[43]..BufRead Autocommands for "*.ldg"..FileType Autocommands for "*"..Syntax Autocommands for "*"..function 3_SynSet[25]..script...