Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(abbrevURL): correctly abbreviate commit URL to gh#foo/bar@IDno. | Matěj Cepl | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | docs: convert README to Markdown and add LICENSE. | Matěj Cepl | 2024-03-28 | 3 | -6/+33 |
| | |||||
* | fix(osurl): whoops, -le is not the same as -lt. | Matěj Cepl | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | docs: fix README as well | Matěj Cepl | 2024-03-28 | 1 | -5/+1 |
| | |||||
* | fix(osurl): port osurl to POSIX shell script. | Matěj Cepl | 2024-03-28 | 1 | -99/+60 |
| | |||||
* | fix(abbrevURL): Rewrite abbrevURL into a POSIX shell script. | Matěj Cepl | 2024-03-28 | 1 | -59/+72 |
| | |||||
* | fix(osurl): add code-o-o# as an alternative abbreviation for code.opensuse.org | Antonio Larrosa | 2024-03-28 | 1 | -0/+1 |
| | | | | | Lubos Kocman said that that abbreviation is common so let's support it too | ||||
* | feat(osurl): add coo url abbreviation | Antonio Larrosa | 2024-03-28 | 1 | -0/+1 |
| | | | | | | Used like: coo#leap/features#123 coo#board/tickets#39 | ||||
* | fix(osurl): correct name of xdg-open | Matěj Cepl | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | docs: we don't need snipmate anymore. | Matěj Cepl | 2024-03-28 | 1 | -2/+0 |
| | |||||
* | fix(osurl): make osurl work even inside of the containrised environment. | Matěj Cepl | 2024-03-28 | 1 | -1/+6 |
| | |||||
* | feat(abbrevURL): parse also GitLab abbreviations | Matěj Cepl | 2024-03-28 | 2 | -4/+5 |
| | |||||
* | feat(osurl): alternative version of ISB requests. | Matěj Cepl | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | feat(osurl,abbrevURL): include GitHub discussions. | Matěj Cepl | 2024-03-28 | 3 | -2/+7 |
| | | | | https://github.com/encode/httpx/discussions/1735 leads to gh#encode/httpx!1735 | ||||
* | feat(osurl,abbrevURL): add abbreviation for GitHub commit URL. | Matěj Cepl | 2024-03-28 | 2 | -2/+8 |
| | |||||
* | fix(plugin): we should really not mess with keywordprg (it is not ↵ | Matěj Cepl | 2024-03-28 | 1 | -1/+0 |
| | | | | documentation). | ||||
* | fix(plugin): rewrite ftplugins in Lua | Matěj Cepl | 2024-03-28 | 3 | -4/+3 |
| | |||||
* | fix(plugin): we actually don't need plugin/ directory at all. | Matěj Cepl | 2024-03-28 | 2 | -1/+1 |
| | |||||
* | fix(plugin): actually augroup in the ftdetect/ script is considered harmful. | Matěj Cepl | 2024-03-28 | 1 | -3/+1 |
| | | | | | | | | | | From Reddit: > Oh and by the way, you don't need to put augroup in an ftdetect > file: in fact, you shouldn't add it. The augroup is set up > by filetype.vim before the ftdetect scripts are sourced, > so when you run augroup END in your ftdetect script, any > ftdetect scripts that run after yours will no longer run in the > filetypedetect augroup. | ||||
* | fix(plugin): add filetypes.lua file for the package. | Matěj Cepl | 2024-03-28 | 2 | -0/+5 |
| | | | | Why in the world spec.vim was in ftdetect/ and not in ftplugin/. | ||||
* | feat(osurl,abbrevURL): better documentation and updated GitLab URLs. | Matěj Cepl | 2024-03-28 | 2 | -0/+7 |
| | |||||
* | fix(snippets): use proper fill-in syntax for ghurl snippet. | Matěj Cepl | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets. | Matěj Cepl | 2024-03-28 | 2 | -0/+3 |
| | |||||
* | feat(abbrevURL): add new abbreviations to abbrevURL as well. | Matěj Cepl | 2024-03-28 | 1 | -0/+13 |
| | | | | Follow up on d18803190358. | ||||
* | feat(osurl): fix typo and add several abbreviations | Antonio Larrosa | 2024-03-28 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | Add abbreviations for: * boost tracker * CPAN tracker * Debian bugs * freedesktop bugs * gitlab.freedesktop.org issues * gcc bugs * gitlab.gnome.org issues * kde bugs * obs issues * obs-build issues * osc issues * openSUSE progress issues * linux-foundation bugs Fix typo in sourceforge tracker's url | ||||
* | feat(osurl): add fanfiction abbreviations to osurl | Matěj Cepl | 2024-03-28 | 1 | -0/+3 |
| | |||||
* | feat(osurl): add rhbz#<number> abbreviation. | Matěj Cepl | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | fix(plugin): remove netrw#gx workarounds. | Matěj Cepl | 2024-03-28 | 2 | -20/+1 |
| | | | | Also improve SPEC patch snippet (UPSTREAM is the most common use). | ||||
* | fix(plugin): move gx_remap functionality into separate file. | Matěj Cepl | 2024-03-28 | 2 | -18/+19 |
| | |||||
* | fix(plugin): gx works again | Matěj Cepl | 2024-03-28 | 2 | -19/+19 |
| | |||||
* | fix(snippets): convert remaining snippets to VSCode format | Matěj Cepl | 2024-03-28 | 2 | -19/+35 |
| | |||||
* | feat(snippets): change snippets from vim-snippets to VSCode format | Matěj Cepl | 2024-03-28 | 5 | -59/+107 |
| | |||||
* | fix(plugin): no netrw for gx. | Matěj Cepl | 2024-03-28 | 1 | -1/+15 |
| | |||||
* | feat(osurl,abbrevURL): add PEP URLs | Matěj Cepl | 2024-03-28 | 2 | -0/+2 |
| | |||||
* | feat(abbrevURL): add abbreviating of the Mozilla Bugzilla bugs. | Matěj Cepl | 2024-03-28 | 1 | -0/+2 |
| | |||||
* | feat(snippets): add sedpy snippet | Matěj Cepl | 2024-03-28 | 1 | -0/+3 |
| | |||||
* | fix(snippets): use correct URL for pyurl snippet | Matěj Cepl | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | feat(abbrevURL): add bugs.documentfoundation.org links to abbrevURL | Matěj Cepl | 2024-03-28 | 1 | -0/+2 |
| | |||||
* | feat(osurl): add resolution for tdf# to the Document Foundation bugzilla. | Matěj Cepl | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | fix(osurl): don't lower-case all URLs. | Matěj Cepl | 2024-03-28 | 1 | -1/+7 |
| | |||||
* | fix(abbrevURL): update abbrevURL to allow http version of URL. | Matěj Cepl | 2024-03-28 | 1 | -23/+23 |
| | |||||
* | feat(abbrevURL): switch abbreviating to SUSE abbrs to external command. | Matěj Cepl | 2024-03-28 | 2 | -17/+35 |
| | |||||
* | fix(snippets): improve altpost snippet | Matěj Cepl | 2024-03-28 | 1 | -1/+2 |
| | |||||
* | fix(osurl,abbrevURL): make osurl case insensitive and add additional GitLab ↵ | Matěj Cepl | 2024-03-28 | 2 | -2/+2 |
| | | | | pattern. | ||||
* | feat(snippets): add altpost snippet | Matěj Cepl | 2024-03-28 | 1 | -0/+9 |
| | |||||
* | fix(snippets): extend patch snippet | Matěj Cepl | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | fix(abbrevURL): ignore remaining URL from bugzilla | Matěj Cepl | 2024-03-28 | 1 | -2/+2 |
| | |||||
* | fix(snippets): improve ghurl snippet | Matěj Cepl | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | fix(osurl,abbrevURL): change build.* abbreviations to sr# and ssr# respectively. | Matěj Cepl | 2024-03-28 | 2 | -2/+3 |
| | |||||
* | feat(osurl): accept also sr#number for OBS requests. | Matěj Cepl | 2024-03-28 | 1 | -0/+1 |
| |