diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-06-20 00:30:52 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:55:54 +0100 |
commit | 639c1108f9e1c4442001508c105a05233845390d (patch) | |
tree | c90251726aa26239baa9a00c631e0766d2ab0177 /snippets/changes.snippets | |
parent | 64e5e595c4181d26e7ec0d81f604fc8a7f447dac (diff) | |
download | vim-suse-changes-639c1108f9e1c4442001508c105a05233845390d.tar.gz |
fix(snippets): OK, this is a very weird hack. How to end a snippet with EOL.
Diffstat (limited to 'snippets/changes.snippets')
-rw-r--r-- | snippets/changes.snippets | 3 |
1 files changed, 2 insertions, 1 deletions
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)` |