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 2121
2222function ! ledger#transaction_state_set (lnum, char)
2323 " 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
2525 let trans = s: transaction .from_lnum (a: lnum )
2626 if empty (trans) || has_key (trans, ' expr' )
2727 return
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ syn match ledgerPreDeclarationName /^\S\+\s\+\zs.*/ contained
4949syn match ledgerPreDeclarationDirective / ^\s\+\z s\S\+ / contained
5050
5151syn 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
5353syn region ledgerMetadata start =/ \% ( \|\t\| ^\s\+\) ;/ skip =/ ^\s\+ ;/ end =/ ^/
5454 \ keepend contained contains= ledgerTags,ledgerValueTag,ledgerTypedTag
5555exe ' syn match ledgerTags ' .
You can’t perform that action at this time.
0 commit comments