aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/changes.snippets
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-02-05 13:15:31 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 16:50:42 +0100
commit2eb1bb5a3cbac750ed76b02a37c45da09cb8ca51 (patch)
treee2c4c14e1461129b1835635b725289036e3cc4ab /snippets/changes.snippets
parente73b869a73e6717f24b182eea963bc8b6b1fec3e (diff)
downloadvim-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.snippets2
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}