aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-12-20 15:15:34 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 17:06:08 +0100
commit80dc49c8cb0f272460f7a9b24cc81f8f63fd6183 (patch)
treed2dd9b82ac87fc1fb8cf75919356a5eb715849c5 /osurl
parent84e42f106b3a3a149000b4588c50879ca1a8aacd (diff)
downloadvim-suse-changes-80dc49c8cb0f272460f7a9b24cc81f8f63fd6183.tar.gz
feat(osurl,abbrevURL): better documentation and updated GitLab URLs.
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl2
1 files changed, 2 insertions, 0 deletions
diff --git a/osurl b/osurl
index cff5282..14e5ab2 100755
--- a/osurl
+++ b/osurl
@@ -1,4 +1,6 @@
#!/usr/bin/lua
+-- Expand abbreviations from
+-- https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations
local lpeg = require 'lpeg'
local P,C,Cs,Cf,R,S = lpeg.P, lpeg.C, lpeg.Cs, lpeg.Cf, lpeg.R, lpeg.S