diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2021-04-17 19:57:16 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 17:03:29 +0100 |
commit | 5982329d8f37d7c4f1a2fdaa8ab3404198aaa339 (patch) | |
tree | 179d3cc532d6336a9f0cb201665bb4adede38120 /snippets/changes.json | |
parent | 95af3dc1bb19c66ce29cf928782bae4f545247e9 (diff) | |
download | vim-suse-changes-5982329d8f37d7c4f1a2fdaa8ab3404198aaa339.tar.gz |
fix(snippets): convert remaining snippets to VSCode format
Diffstat (limited to 'snippets/changes.json')
-rw-r--r-- | snippets/changes.json | 6 |
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" } } |