diff options
author | Yigit Sever | 2020-02-16 21:30:42 +0300 |
---|---|---|
committer | Yigit Sever | 2020-02-16 21:30:42 +0300 |
commit | e8a4ae31c02102212cfb508525c4be738ecc27cc (patch) | |
tree | ecdc70b1609b0f4a1c355a5e416da20f5f531a55 /.vim/my-snippets | |
parent | e30f292843e7e1f6ac239d44222a5cb05f46e8b7 (diff) | |
download | dotfiles-e8a4ae31c02102212cfb508525c4be738ecc27cc.tar.gz dotfiles-e8a4ae31c02102212cfb508525c4be738ecc27cc.tar.bz2 dotfiles-e8a4ae31c02102212cfb508525c4be738ecc27cc.zip |
fix liability snippet
Diffstat (limited to '.vim/my-snippets')
-rw-r--r-- | .vim/my-snippets/UltiSnips/ledger.snippets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/my-snippets/UltiSnips/ledger.snippets b/.vim/my-snippets/UltiSnips/ledger.snippets index 750cec2..7471cde 100644 --- a/.vim/my-snippets/UltiSnips/ledger.snippets +++ b/.vim/my-snippets/UltiSnips/ledger.snippets | |||
@@ -8,8 +8,8 @@ endsnippet | |||
8 | 8 | ||
9 | snippet l "New Liabilities Transaction" b | 9 | snippet l "New Liabilities Transaction" b |
10 | ${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee} | 10 | ${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee} |
11 | ${5:Expenses} ${6:0.00} TL | 11 | Expenses:${5:} ${6:0.00} TL |
12 | ${7:Liabilities:Afili Bonus}$0 | 12 | Liabilities:Afili Bonus$0 |
13 | endsnippet | 13 | endsnippet |
14 | 14 | ||
15 | snippet a "New Asmaalti Transaction" b | 15 | snippet a "New Asmaalti Transaction" b |