File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,11 @@ Tips and useful commands
21
21
* ` :call LedgerSetDate(line('.'), 'auxiliary') `
22
22
23
23
will set today's date as the auxiliary date of the current transaction. You
24
- can use also 'primary' in place of 'auxiliary' or pass in a different date
25
- measured as seconds since 1st Jan 1970.
24
+ can use also ` primary ` or ` unshift ` in place of ` auxiliary ` . When you pass
25
+ "unshift" the old primary date will be set as the auxiliary date and today's
26
+ date will be set as the new primary date.
27
+ To use a different date pass a date measured in seconds since 1st Jan 1970
28
+ as the third argument.
26
29
27
30
* ` :call LedgerSetTransactionState(line('.'), '*') `
28
31
Original file line number Diff line number Diff line change @@ -31,11 +31,14 @@ Tips and useful commands
31
31
32
32
* Try account-completion (as explained below)
33
33
34
- * `:call LedgerSetDate(line('.'), 'effective' )`
34
+ * `:call LedgerSetDate(line('.'), "auxiliary" )`
35
35
36
- will set today's date as the effective date of the current transaction. You
37
- can use also 'actual' in place of 'effective' or pass in a different date
38
- measured as seconds since 1st Jan 1970.
36
+ will set today's date as the auxiliary date of the current transaction. You
37
+ can use also "primary" or "unshift" in place of "auxiliary". When you pass
38
+ "unshift" the old primary date will be set as the auxiliary date and today's
39
+ date will be set as the new primary date.
40
+ To use a different date pass a date measured in seconds since 1st Jan 1970
41
+ as the third argument.
39
42
40
43
* `:call LedgerSetTransactionState(line('.'), '*')`
41
44
@@ -113,7 +116,7 @@ LICENSE *ledger-license*
113
116
114
117
https://github.com/ledger/vim-ledger
115
118
116
- Copyright 2009-2011 Johann Klähn
119
+ Copyright 2009-2013 Johann Klähn
117
120
Copyright 2009 Stefan Karrmann
118
121
Copyright 2005 Wolfgang Oertl
119
122
You can’t perform that action at this time.
0 commit comments