aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/changes.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-04-17 19:57:16 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 17:03:29 +0100
commit5982329d8f37d7c4f1a2fdaa8ab3404198aaa339 (patch)
tree179d3cc532d6336a9f0cb201665bb4adede38120 /snippets/changes.json
parent95af3dc1bb19c66ce29cf928782bae4f545247e9 (diff)
downloadvim-suse-changes-5982329d8f37d7c4f1a2fdaa8ab3404198aaa339.tar.gz
fix(snippets): convert remaining snippets to VSCode format
Diffstat (limited to 'snippets/changes.json')
-rw-r--r--snippets/changes.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/snippets/changes.json b/snippets/changes.json
index b1611d3..c412747 100644
--- a/snippets/changes.json
+++ b/snippets/changes.json
@@ -1,12 +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')}",
+ "${VIM:system('LC_TIME=en_DK date \"+%a %b %e %X %Z %Y\"|tr -d \"\n\"')} - ${VIM:system('rpm --eval \"%{packager}\"|iconv -f utf-8 -t us-ascii//TRANSLIT')}",
"- $0",
""
],
- "description" : "New entry of changelog"
+ "description" : "New entry of changelog",
+ "prefix" : "ch"
}
}