From 5982329d8f37d7c4f1a2fdaa8ab3404198aaa339 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 17 Apr 2021 19:57:16 +0200 Subject: fix(snippets): convert remaining snippets to VSCode format --- snippets/changes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snippets/changes.json') 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" } } -- cgit