diff options
author | Nathan Grigg | 2015-04-15 10:04:13 -0700 |
---|---|---|
committer | Nathan Grigg | 2015-04-15 10:04:13 -0700 |
commit | 486da74d8c6d3a5c6e4a880cd3651d4689518333 (patch) | |
tree | a742beb3a3dc516f17c98d81b95bf2d2dfc85e5e /doc | |
parent | 7e143898c29b9c66fb5e1b12c2e4fe17cc782366 (diff) | |
download | vim-beancount-486da74d8c6d3a5c6e4a880cd3651d4689518333.tar.gz |
Add documentation for compiler
Diffstat (limited to 'doc')
-rw-r--r-- | doc/beancount.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/beancount.txt b/doc/beancount.txt index 0f6c297..c0a2d22 100644 --- a/doc/beancount.txt +++ b/doc/beancount.txt @@ -68,6 +68,12 @@ We use the following syntax highlighting groups: beanCost: Cost, e.g. {100.00 USD} beanPrice: Price, e.g. @ 100.00 USD +COMPILER *beancount-compiler* + +The plugin defines and sets the compiler to "beancount". Simply use the +command ":make" to run `bean-check` on the current file and load the errors +into the quickfix window. + FILETYPE DETECTION *beancount-ftdetect* The plugin considers files of the form `*.bean` and `*.beancount` to be |