aboutsummaryrefslogtreecommitdiffstats
path: root/doc/beancount.txt (unfollow)
Commit message (Collapse)AuthorLines
2020-04-28Replace AlignCommodity with bean-formatWynn Wolf Arbor-34/+4
AlignCommodity replicates the functionality of the bean-format command that is shipped with beancount itself. Therefore, we can fully replace it by having vim invoke bean-format through formatprg. Even though bean-format's output might differ from AlignCommodity in significant ways, we feel that using one unified tool is superior to having several (possibly incompatible) custom implementations. That way, if bean-format is improved upon in the future, all downstream consumers profit. For regular usage, however, this change should be transparent. Note that while bean-format supports a few different ways of formatting the ledger, we have opted to hard-code one specific setting. This will match the default behaviour of fava, aligning currencies in column 61. Managing the arguments passed to bean-format dynamically is considered out of scope, especially given the fact that the user need only override formatprg to get a custom setting. This commit will also drop the g:beancount_separator_col variable and the tests for AlignCommodity. Ideally, testing will now done upstream for bean-format itself.
2020-04-28Drop support for deopleteWynn Wolf Arbor-6/+0
2017-03-20remove unnecessary option; lint and minor improvementsJakob Schnitzer-9/+3
Beancount only supports '.' as decimal separator so making the decimal separator configurable doesn't serve any purpose and might confuse users. Make the regular expression matching in beancount#align_commodity a bit more precise.
2016-11-21doc: document deopleteJakob Schnitzer-6/+18
2016-11-21doc: document optionsJakob Schnitzer-5/+36
2016-06-12Add a function to display the current line's beancount context in a scratch ↵Jason Chu-0/+10
window
2015-05-27add vim-ledger style completion as an optionJohann Klähn-1/+16
2015-04-15Add documentation table of contentsNathan Grigg-0/+9
2015-04-15Add documentation for compilerNathan Grigg-0/+6
2014-11-21Fix doc typosNathan Grigg-4/+11
2014-11-21Better docNathan Grigg-13/+65
2014-10-07AlignCommodity and IncomingNathan Grigg-0/+17