From a17148ea04d7db259537b02541a6855a294733be Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 6 Nov 2018 09:00:11 +0100 Subject: feat: add detection of SUSE *.changes files and add first snippet. Requires vim-snipmate compatible engine. --- snippets/changes.snippets | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/changes.snippets (limited to 'snippets/changes.snippets') diff --git a/snippets/changes.snippets b/snippets/changes.snippets new file mode 100644 index 0000000..6430952 --- /dev/null +++ b/snippets/changes.snippets @@ -0,0 +1,5 @@ +snippet ch + ------------------------------------------------------------------- + `strftime("%a %b %e %X %Z %Y")` - `system('rpm --eval "%{packager}"|sed -e "s/^.*<\(.*\)>$/\1/"')` + - ${0} + -- cgit