File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
function ! ledger#transaction_state_set (lnum, char)
23
23
" modifies or sets the state of the transaction at the cursor,
24
- " removing the state alltogether if a:char is empty
24
+ " removing the state altogether if a:char is empty
25
25
let trans = s: transaction .from_lnum (a: lnum )
26
26
if empty (trans) || has_key (trans, ' expr' )
27
27
return
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ syn match ledgerPreDeclarationName /^\S\+\s\+\zs.*/ contained
49
49
syn match ledgerPreDeclarationDirective / ^\s\+\z s\S\+ / contained
50
50
51
51
syn match ledgerComment / ^;.*$/
52
- " comments at eol must be preceeded by at least 2 spaces / 1 tab
52
+ " comments at eol must be preceded by at least 2 spaces / 1 tab
53
53
syn region ledgerMetadata start =/ \% ( \|\t\| ^\s\+\) ;/ skip =/ ^\s\+ ;/ end =/ ^/
54
54
\ keepend contained contains= ledgerTags,ledgerValueTag,ledgerTypedTag
55
55
exe ' syn match ledgerTags ' .
You can’t perform that action at this time.
0 commit comments