diff options
Diffstat (limited to 'snippets/changes.json')
-rw-r--r-- | snippets/changes.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/snippets/changes.json b/snippets/changes.json new file mode 100644 index 0000000..b1611d3 --- /dev/null +++ b/snippets/changes.json @@ -0,0 +1,12 @@ +{ + "ch" : { + "prefix" : "ch", + "body" : [ + "-------------------------------------------------------------------", + "${VIM:system('LC_TIME=en_DK date "+%a %b %e %X %Z %Y"|tr -d "\n"')` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')}", + "- $0", + "" + ], + "description" : "New entry of changelog" + } +} |