diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-02-05 13:15:31 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:50:42 +0100 |
commit | 2eb1bb5a3cbac750ed76b02a37c45da09cb8ca51 (patch) | |
tree | e2c4c14e1461129b1835635b725289036e3cc4ab /snippets/changes.snippets | |
parent | e73b869a73e6717f24b182eea963bc8b6b1fec3e (diff) | |
download | vim-suse-changes-2eb1bb5a3cbac750ed76b02a37c45da09cb8ca51.tar.gz |
fix(snippets): we don't need to eliminate name, just transliterate it to ASCII.
Diffstat (limited to 'snippets/changes.snippets')
-rw-r--r-- | snippets/changes.snippets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/changes.snippets b/snippets/changes.snippets index 6430952..9ff8334 100644 --- a/snippets/changes.snippets +++ b/snippets/changes.snippets @@ -1,5 +1,5 @@ snippet ch ------------------------------------------------------------------- - `strftime("%a %b %e %X %Z %Y")` - `system('rpm --eval "%{packager}"|sed -e "s/^.*<\(.*\)>$/\1/"')` + `strftime("%a %b %e %X %Z %Y")` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')` - ${0} |