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

Please disable spell checking in account names and commodity names. It's a bit silly that currency codes (e.g. `CNY`, `JPY`) and bank names (e.g. `ICBC`, `Mizuho`) are considered "spelling mistakes"...

Hello, Just following up my previous comment with a suggestion for adding an action to allow calculating the balance for an specific transaction. An good use case would be on...

enhancement

Hi, I would love if there was a math completion like feature request. I often find myself having to open up a python shell and doing some quick math but...

enhancement

Hi, I'm using * linux * vim 8.2 * hledger 1.22.2 omnicompletion was working until now. When i hit tab key, omnicompletion search for a while a returns a `pattern...

currently the ones i know of are syntax highlight auto indent using the call commands :call ledger#transaction_state_set(line('.'), '*') and :call ledger#transaction_state_toggle(line('.'), ' *?!') other feature seems to be really vague...

Running: 96ec5f9 - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #112 from kcwu/post-state (6 months ago) Using hledger Enter :Reconcile and I get "Nothing to reconcile" Probably user error....

bug

I'm using hledger, which support account names with spaces in them. It seems to me that this plugin, `vim-ledger`, doesn't support account names with spaces in them. It will only...

completion

Since #119 vim-ledger incorrectly sets `makeprg` to `(hledger -f g:ledger_main::S print > /dev/null)` in Neovim. The root cause is that the expansion works differently between Vim and Neovim. Also, `::S`...

When first opening a ledger file the first time a completion is run (usually the date field for me) it takes a _long_ time to return the result. After that...

bug
completion

First of all thank you very much for the nice vim plugin, it does everything it says. However I find myself wanting one additional feature: I think it would be...

enhancement