From 639c1108f9e1c4442001508c105a05233845390d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 20 Jun 2019 00:30:52 +0200 Subject: fix(snippets): OK, this is a very weird hack. How to end a snippet with EOL. --- snippets/changes.snippets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'snippets/changes.snippets') diff --git a/snippets/changes.snippets b/snippets/changes.snippets index b3fae6b..21e002c 100644 --- a/snippets/changes.snippets +++ b/snippets/changes.snippets @@ -1,5 +1,6 @@ snippet ch ------------------------------------------------------------------- `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} + - ${0} + `string(\n)` -- cgit