Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zinit
Submodule zinit updated 50 files
+16 −2 .gitattributes
+3 −0 .github/CODEOWNERS
+43 −26 .github/ISSUE_TEMPLATE/bug-report.yml
+0 −46 .github/PULL_REQUEST_TEMPLATE.md
+6 −16 .github/labeler.yml
+38 −0 .github/stale.yml
+8 −8 .github/workflows/containers.yaml
+5 −6 .github/workflows/documentation.yaml
+8 −4 .github/workflows/labeler.yaml
+26 −16 .github/workflows/tests.yaml
+1 −0 .gitignore
+101 −0 CODE_OF_CONDUCT.md
+7 −7 LICENSE
+53 −10 Makefile
+245 −240 README.md
+322 −349 _zinit
+1 −1 doc/zsdoc/zinit-autoload.zsh.adoc
+75 −6 doc/zsdoc/zinit-install.zsh.adoc
+31 −55 doc/zsdoc/zinit-side.zsh.adoc
+43 −5 doc/zsdoc/zinit.zsh.adoc
+8 −0 docker/init.zsh
+8 −0 docker/utils.zsh
+8 −0 docker/zshenv
+8 −1 docker/zshrc
+8 −1 docker/zshrc-fancy
+8 −0 scripts/docker-build.sh
+8 −0 scripts/docker-run.sh
+7 −1 scripts/install.sh
+0 −192 scripts/test-scripts/test-excl-id-as
+0 −182 scripts/test-scripts/test-id-as
+0 −3 scripts/zcompile
+0 −14 scripts/zunit-tests.sh
+93 −81 share/git-process-output.zsh
+36 −23 share/rpm2cpio.zsh
+30 −14 share/single-line.zsh
+9 −4 share/template-plugin/template-script
+47 −0 share/zsh.ctags
+9 −0 tests/_support/annex_test_assertions
+5 −2 tests/_support/bootstrap
+30 −59 tests/annexes.zunit
+536 −601 tests/gh-r.zunit
+52 −0 tests/ices.zunit
+9 −1 tests/plugins.zunit
+70 −20 tests/snippets.zunit
+493 −0 zi-browse-symbol
+16 −6 zinit-additional.zsh
+43 −36 zinit-autoload.zsh
+407 −168 zinit-install.zsh
+351 −352 zinit-side.zsh
+193 −66 zinit.zsh