index
:
vim-suse-changes
master
Vim plugin for work with openSUSE *.changes file
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 p...
Matěj Cepl
2024-03-28
2
-2
/
+2
*
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
*
fix(snippets): we need eliminate py2k more than py3k.
Matěj Cepl
2024-03-28
1
-1
/
+1
*
feat(plugin): add ftplugin
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(abbrevURL): gG can shorten launchpad URL as well
Matěj Cepl
2024-03-28
1
-0
/
+1
*
fix(osurl): first attempt to accept - as a separator as well.
Matěj Cepl
2024-03-28
1
-20
/
+21
*
feat(snippets): add snippets for SPEC files.
Matěj Cepl
2024-03-28
1
-0
/
+39
*
feat(osurl): add abbreviations for sourceforge.net.
Matěj Cepl
2024-03-28
2
-0
/
+6
*
fix(snippets): OK, this is a very weird hack. How to end a snippet with EOL.
Matěj Cepl
2024-03-28
1
-1
/
+2
*
feat(osurl): add replacement of bugs.python.org URLs.
Matěj Cepl
2024-03-28
2
-2
/
+1
*
fix(osurl): it is jira.suse.com not jira.suse.de.
Matěj Cepl
2024-03-28
2
-1
/
+2
*
fix(snippets): aomewhere we lost two empty lines.
Matěj Cepl
2024-03-28
1
-0
/
+2
*
feat(po): add po utility
Matěj Cepl
2024-03-28
1
-0
/
+16
*
feat(osurl): add gitlab.com reference gl#project#ID
Matěj Cepl
2024-03-28
2
-0
/
+2
*
fix(osurl): it's build.suse.de not build.suse.com
Matěj Cepl
2024-03-28
1
-1
/
+1
*
feat(osurl): add BitBucket
Matěj Cepl
2024-03-28
2
-0
/
+2
*
feat(osurl): add jira.suse.de
Matěj Cepl
2024-03-28
1
-8
/
+10
*
fix(abbrevURL): make ReplaceURLs() function working finally.
Matěj Cepl
2024-03-28
1
-1
/
+9
*
feat(osurl): add abbreviations bds and bdo for SUSE and openSUSE build requests.
Matěj Cepl
2024-03-28
1
-0
/
+2
*
fix(snippets): use locale independent shell command call instead of VimL func...
Matěj Cepl
2024-03-28
1
-2
/
+2
*
fix(osurl): bad workaround for Press ENTER message
Matěj Cepl
2024-03-28
1
-1
/
+1
*
feat(osurl): add bugzilla.novell.com among supported targets
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): use osurl for netrw (gx shortcut)
Matěj Cepl
2024-03-28
1
-1
/
+5
*
fix(plugin): add special mapping to convert GitHub URL into openSUSE abbrevia...
Matěj Cepl
2024-03-28
1
-1
/
+1
*
feat(osurl): add a plugin with mapping to osurl
Matěj Cepl
2024-03-28
1
-0
/
+1
*
fix(snippets): we don't need to eliminate name, just transliterate it to ASCII.
Matěj Cepl
2024-03-28
2
-2
/
+2
*
feat(osurl): add support for bugs.python.org
Matěj Cepl
2024-03-28
1
-0
/
+1
*
dosc(osurl): add mention of osurl command.
Matěj Cepl
2024-03-28
1
-0
/
+3
*
fix(osurl): add comma to the configuration table
Matěj Cepl
2024-03-28
1
-1
/
+1
*
chore(osurl): TABs -> spaces
Matěj Cepl
2024-03-28
1
-19
/
+19
*
fix(osurl): and back to the functional version.
Matěj Cepl
2024-03-28
1
-3
/
+3
*
fix(osurl): meta version of generating lpeg parser via lpeg. Simple configura...
Andrew
2024-03-28
1
-15
/
+37
*
fix(osurl): alternative version using lpeg.
Andrew
2024-03-28
1
-25
/
+16
*
feat(osurl): alternative version using re module (which I don't have)
Andrew
2024-03-28
1
-23
/
+26
*
feat(osurl): initial simple version using w/o extra deps.
Matěj Cepl
2024-03-28
1
-0
/
+25
*
feat: add options so, that K works for opening URLs based on SUSE abbrevitati...
Matěj Cepl
2024-03-28
1
-0
/
+2
*
feat: add detection of SUSE *.changes files and add first snippet.
Matěj Cepl
2024-03-28
3
-0
/
+17