aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(osurl): it is jira.suse.com not jira.suse.de.Matěj Cepl2024-03-282-1/+2
|
* fix(snippets): aomewhere we lost two empty lines.Matěj Cepl2024-03-281-0/+2
|
* feat(po): add po utilityMatěj Cepl2024-03-281-0/+16
|
* feat(osurl): add gitlab.com reference gl#project#IDMatěj Cepl2024-03-282-0/+2
|
* fix(osurl): it's build.suse.de not build.suse.comMatěj Cepl2024-03-281-1/+1
|
* feat(osurl): add BitBucketMatěj Cepl2024-03-282-0/+2
|
* feat(osurl): add jira.suse.deMatěj Cepl2024-03-281-8/+10
| | | | Also, switch what you can to HTTPS.
* fix(abbrevURL): make ReplaceURLs() function working finally.Matěj Cepl2024-03-281-1/+9
|
* feat(osurl): add abbreviations bds and bdo for SUSE and openSUSE build requests.Matěj Cepl2024-03-281-0/+2
|
* fix(snippets): use locale independent shell command call instead of VimL ↵Matěj Cepl2024-03-281-2/+2
| | | | | | | function. It is easier to set universal locale for external command than for VimL function.
* fix(osurl): bad workaround for Press ENTER messageMatěj Cepl2024-03-281-1/+1
|
* feat(osurl): add bugzilla.novell.com among supported targetsMatěj Cepl2024-03-281-0/+1
|
* feat(osurl): use osurl for netrw (gx shortcut)Matěj Cepl2024-03-281-1/+5
|
* fix(plugin): add special mapping to convert GitHub URL into openSUSE ↵Matěj Cepl2024-03-281-1/+1
| | | | abbreviation.
* feat(osurl): add a plugin with mapping to osurlMatěj Cepl2024-03-281-0/+1
|
* fix(snippets): we don't need to eliminate name, just transliterate it to ASCII.Matěj Cepl2024-03-282-2/+2
|
* feat(osurl): add support for bugs.python.orgMatěj Cepl2024-03-281-0/+1
|
* dosc(osurl): add mention of osurl command.Matěj Cepl2024-03-281-0/+3
|
* fix(osurl): add comma to the configuration tableMatěj Cepl2024-03-281-1/+1
|
* chore(osurl): TABs -> spacesMatěj Cepl2024-03-281-19/+19
|
* fix(osurl): and back to the functional version.Matěj Cepl2024-03-281-3/+3
|
* fix(osurl): meta version of generating lpeg parser via lpeg. Simple ↵Andrew2024-03-281-15/+37
| | | | configuration.
* fix(osurl): alternative version using lpeg.Andrew2024-03-281-25/+16
|
* feat(osurl): alternative version using re module (which I don't have)Andrew2024-03-281-23/+26
|
* feat(osurl): initial simple version using w/o extra deps.Matěj Cepl2024-03-281-0/+25
|
* feat: add options so, that K works for opening URLs based on SUSE ↵Matěj Cepl2024-03-281-0/+2
| | | | | | | | abbrevitations. The list is found on https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations osurl command (requires Lua) is from https://gitlab.com/mcepl/osurl.git
* feat: add detection of SUSE *.changes files and add first snippet.Matěj Cepl2024-03-283-0/+17
Requires vim-snipmate compatible engine.