diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2021-12-20 15:15:34 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 17:06:08 +0100 |
commit | 80dc49c8cb0f272460f7a9b24cc81f8f63fd6183 (patch) | |
tree | d2dd9b82ac87fc1fb8cf75919356a5eb715849c5 /osurl | |
parent | 84e42f106b3a3a149000b4588c50879ca1a8aacd (diff) | |
download | vim-suse-changes-80dc49c8cb0f272460f7a9b24cc81f8f63fd6183.tar.gz |
feat(osurl,abbrevURL): better documentation and updated GitLab URLs.
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |