aboutsummaryrefslogtreecommitdiffstats
path: root/snippets
Commit message (Collapse)AuthorAgeFilesLines
* 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-284-59/+93
|
* 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
|
* fix(snippets): improve altpost snippetMatěj Cepl2024-03-281-1/+2
|
* feat(snippets): add altpost snippetMatěj Cepl2024-03-281-0/+9
|
* fix(snippets): extend patch snippetMatěj Cepl2024-03-281-0/+1
|
* fix(snippets): improve ghurl snippetMatěj Cepl2024-03-281-1/+1
|
* fix(snippets): we need eliminate py2k more than py3k.Matěj Cepl2024-03-281-1/+1
|
* feat(snippets): add snippets for SPEC files.Matěj Cepl2024-03-281-0/+39
|
* 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-281-2/+0
|
* fix(snippets): aomewhere we lost two empty lines.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(snippets): we don't need to eliminate name, just transliterate it to ASCII.Matěj Cepl2024-03-281-1/+1
|
* feat: add detection of SUSE *.changes files and add first snippet.Matěj Cepl2024-03-281-0/+5
Requires vim-snipmate compatible engine.