aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(plugin): actually augroup in the ftdetect/ script is considered harmful.Matěj Cepl2024-03-281-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 Cepl2024-03-282-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 Cepl2024-03-282-0/+7
|
* fix(snippets): use proper fill-in syntax for ghurl snippet.Matěj Cepl2024-03-281-1/+1
|
* feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets.Matěj Cepl2024-03-282-0/+3
|
* feat(abbrevURL): add new abbreviations to abbrevURL as well.Matěj Cepl2024-03-281-0/+13
| | | | Follow up on d18803190358.
* feat(osurl): fix typo and add several abbreviationsAntonio Larrosa2024-03-281-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 osurlMatěj Cepl2024-03-281-0/+3
|
* feat(osurl): add rhbz#<number> abbreviation.Matěj Cepl2024-03-281-0/+1
|
* fix(plugin): remove netrw#gx workarounds.Matěj Cepl2024-03-282-20/+1
| | | | Also improve SPEC patch snippet (UPSTREAM is the most common use).
* fix(plugin): move gx_remap functionality into separate file.Matěj Cepl2024-03-282-18/+19
|
* fix(plugin): gx works againMatěj Cepl2024-03-282-19/+19
|
* fix(snippets): convert remaining snippets to VSCode formatMatěj Cepl2024-03-282-19/+35
|
* feat(snippets): change snippets from vim-snippets to VSCode formatMatěj Cepl2024-03-285-59/+107
|
* fix(plugin): no netrw for gx.Matěj Cepl2024-03-281-1/+15
|
* feat(osurl,abbrevURL): add PEP URLsMatěj Cepl2024-03-282-0/+2
|
* feat(abbrevURL): add abbreviating of the Mozilla Bugzilla bugs.Matěj Cepl2024-03-281-0/+2
|
* feat(snippets): add sedpy snippetMatěj Cepl2024-03-281-0/+3
|
* fix(snippets): use correct URL for pyurl snippetMatěj Cepl2024-03-281-1/+1
|
* feat(abbrevURL): add bugs.documentfoundation.org links to abbrevURLMatěj Cepl2024-03-281-0/+2
|
* feat(osurl): add resolution for tdf# to the Document Foundation bugzilla.Matěj Cepl2024-03-281-0/+1
|
* fix(osurl): don't lower-case all URLs.Matěj Cepl2024-03-281-1/+7
|
* fix(abbrevURL): update abbrevURL to allow http version of URL.Matěj Cepl2024-03-281-23/+23
|
* feat(abbrevURL): switch abbreviating to SUSE abbrs to external command.Matěj Cepl2024-03-282-17/+35
|
* fix(snippets): improve altpost snippetMatěj Cepl2024-03-281-1/+2
|
* fix(osurl,abbrevURL): make osurl case insensitive and add additional GitLab ↵Matěj Cepl2024-03-282-2/+2
| | | | pattern.
* feat(snippets): add altpost snippetMatěj Cepl2024-03-281-0/+9
|
* fix(snippets): extend patch snippetMatěj Cepl2024-03-281-0/+1
|
* fix(abbrevURL): ignore remaining URL from bugzillaMatěj Cepl2024-03-281-2/+2
|
* fix(snippets): improve ghurl snippetMatěj Cepl2024-03-281-1/+1
|
* fix(osurl,abbrevURL): change build.* abbreviations to sr# and ssr# respectively.Matěj Cepl2024-03-282-2/+3
|
* feat(osurl): accept also sr#number for OBS requests.Matěj Cepl2024-03-281-0/+1
|
* fix(snippets): we need eliminate py2k more than py3k.Matěj Cepl2024-03-281-1/+1
|
* feat(plugin): add ftpluginMatěj Cepl2024-03-281-0/+1
|
* feat(abbrevURL): gG can shorten launchpad URL as wellMatěj Cepl2024-03-281-0/+1
|
* fix(osurl): first attempt to accept - as a separator as well.Matěj Cepl2024-03-281-20/+21
|
* feat(snippets): add snippets for SPEC files.Matěj Cepl2024-03-281-0/+39
|
* feat(osurl): add abbreviations for sourceforge.net.Matěj Cepl2024-03-282-0/+6
| | | | Fixes for osurl gh#openSUSE/open-build-service#8572
* fix(snippets): OK, this is a very weird hack. How to end a snippet with EOL.Matěj Cepl2024-03-281-1/+2
|
* feat(osurl): add replacement of bugs.python.org URLs.Matěj Cepl2024-03-282-2/+1
|
* 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.