diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-12-05 13:49:35 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:49:51 +0100 |
commit | ca05e1a20a7eafd63b7fb97136c9b1bf7f8a682c (patch) | |
tree | 353d405fdc134f368de5a789e9b6eff352550bea /osurl | |
parent | 66983a5013b29d578accf5775b4973278527c603 (diff) | |
download | vim-suse-changes-ca05e1a20a7eafd63b7fb97136c9b1bf7f8a682c.tar.gz |
fix(osurl): add comma to the configuration table
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ local patterns = { ["bsc#%NUM"] = "http://bugzilla.suse.com/show_bug.cgi?id=%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", - ["rh#%NUM"] = "http://bugzilla.redhat.com/show_bug.cgi?id=%1" + ["rh#%NUM"] = "http://bugzilla.redhat.com/show_bug.cgi?id=%1", } -- turn "foo#%BLAH" into a pattern that matches everything literally except |