From 67db004e38df8ef34947e37e7687d57295386bd9 Mon Sep 17 00:00:00 2001 From: Nathan Grigg Date: Fri, 21 Nov 2014 18:15:28 -0800 Subject: Fix doc typos --- doc/beancount.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/beancount.txt b/doc/beancount.txt index 7699823..0f6c297 100644 --- a/doc/beancount.txt +++ b/doc/beancount.txt @@ -2,7 +2,7 @@ beancount.txt Filetype plugin for beancount files Author: Nathan Grigg Repo: https://github.com/nathangrigg/vim-beancount -License: Same terms as Vim itselve (see |license|) +License: Same terms as Vim itself (see |license|). INTRODUCTION *beancount* @@ -34,6 +34,13 @@ COMMANDS *beancount-commands* inoremap . .:AlignCommodity < + You may also want to set other mappings for this. For + example, I use > + + nnoremap = :AlignCommodity + vnoremap = :AlignCommodity +< + COMPLETION *beancount-completion* @@ -44,7 +51,7 @@ always case sensitive and exact. If the base string includes colons, each colon-separated peice can separately match a peice of the account. For example, `Ex:Other` would complete to `Expenses:Donations:Other` or -`Liabilities:AmericanExpress:InterestOther` +`Liabilities:AmericanExpress:InterestOther`. SYNTAX *beancount-syntax* @@ -63,7 +70,7 @@ We use the following syntax highlighting groups: FILETYPE DETECTION *beancount-ftdetect* -We consider files of the form `*.bean` and `*.beancount` to be beancount -files. +The plugin considers files of the form `*.bean` and `*.beancount` to be +beancount files. vim:tw=78:et:ft=help:norl: -- cgit v1.2.3-2-gb3c3