Commit graph

49 commits

Author SHA1 Message Date
vladislav doster 14cc16167f
refactor: rename +zinit-message to +zi-log (#563)
- Rename all instances of +zinit-message to +zi-log
- Maintain compatibility with community plugins/annexes by forwarding +zinit-message calls to +zi-log

Signed-off-by: Doster, Vladislav <mvdoster@gmail.com>
2023-08-20 00:59:44 -05:00
wzy fccb5080ab
fix: add .gitignore with '*' pattern in a plugins ._zinit/ directory (#397)
Zinit creates a directory named `._zinit` to store metadata. However, this
metadata should not be added to git.

Closes #395

Signed-off-by: wzy <32936898+Freed-Wu@users.noreply.github.com>
Co-authored-by: Vladislav Doster <mvdoster@gmail.com>
2023-04-08 16:24:46 -05:00
Vladislav Doster 515688bc97 revert: "Merge branch 'refactor/zinit-function-names' into main"
This reverts commit b979847bd4, reversing
changes made to da924a21a1.

I (@vladdoster) accidentally merged this into the wrong repository. Apologies for the lack of due diligence.
2022-12-17 21:11:41 -06:00
Vladislav Doster 75bb73547e fix: file modelines
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-12-15 12:01:15 -06:00
Vladislav Doster c28580c3fc refactor: rename zinit functions
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-12-09 15:40:31 -06:00
Vladislav Doster 62c07b7326 style: fix fold markers, typos, and comments
- Fix function typos in asciidoc comments
- Fix asciidoc fold markers
- Fix function args typos/style in asciidoc comments

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-10-30 07:58:58 -05:00
vladislav doster 49926e075a
maint: consistent vim mode lines across all files (#393) 2022-10-05 09:59:15 -05:00
vladislav doster f5b59449ff
style: format zinit-side.zsh to zinit convention (#327)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-07-05 18:49:08 -05:00
Sebastian Gniazdowski bcedc9ff94
Propagate -o xtrace when needed and prepend builtin to emulate (#293) 2022-05-29 12:47:27 -05:00
vladislav doster d0e7f9d204
doc: improve zsd gen, pdf output, and gh workflow (#220)
- Fix to re-enable users to generate zshelldoc documentation without
  docker.
- Update most asciidoctor blocks in Zinit source code to fix issue where
  they would take up a line above the next function name
- Remove unnecessary steps from the documentation Github action workflow
- Misc. Makefile changes in clean and doc targets logic

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-24 20:42:44 -05:00
Philipp Schmitt 963662a7dd
Update repo url 2021-11-10 18:36:14 +01:00
Sebastian Gniazdowski 9041ba5192 Fix .zinit-first() 2020-12-19 01:01:12 -06:00
Sebastian Gniazdowski 2c01a5ac56 Improve messages: codes like {…} automatically make current color to last after them. 2020-12-17 03:18:51 -06:00
Sebastian Gniazdowski 0c14b210d5 Minor messages update.I 2020-12-17 01:32:15 -06:00
Sebastian Gniazdowski c59ca3fa63 Add a dot after a comment text. 2020-08-13 20:50:22 +02:00
Sebastian Gniazdowski 9638a3fbd1 {dots} → {…}, {bold} → {b}, +{nb} ↔ not-bold. 2020-07-23 21:59:17 +02:00
Sebastian Gniazdowski 0580dbadda Rename: ZINIT_ICE → ICE. 2020-07-23 13:59:41 +02:00
Sebastian Gniazdowski 06873a03b4 Remove unnecessary specific-case code. 2020-07-20 18:59:45 +02:00
Sebastian Gniazdowski 2d9e13eb22 Fix *two-paths. 2020-07-18 07:11:55 +02:00
Sebastian Gniazdowski 371f85496e Fix `zinit ice …; zinit update …' for snippets. 2020-07-17 15:27:33 +02:00
Sebastian Gniazdowski 956bc3ae56 Improve countdown'' ice. 2020-07-15 14:43:25 +02:00
Sebastian Gniazdowski 841da4a346 Fix the storing of ices. 2020-07-14 21:34:10 +02:00
Sebastian Gniazdowski 7427f531b7 Fix an improper substitution done in 0f8882. 2020-07-13 21:21:40 +02:00
Sebastian Gniazdowski 0f8882ad50 Add %ZPFX shorthand. 2020-07-12 19:56:14 +02:00
Sebastian Gniazdowski 0b928f8d4c Remove *shands-expand and optimize *cally-message. 2020-07-11 23:10:59 +02:00
Sebastian Gniazdowski 1d6fbbb8cb More consistent return from .zinit-first. 2020-07-10 13:54:12 +02:00
Sebastian Gniazdowski cc9a0672fe Further optimize .zinit-first. 2020-07-10 13:54:12 +02:00
Sebastian Gniazdowski 71df55c488 Optimize and cleanup .zinit-first. 2020-07-10 13:54:12 +02:00
Sebastian Gniazdowski fbf9a0a5a5 Improve the compile'' ice. 2020-07-04 21:05:21 +02:00
Sebastian Gniazdowski 279321d512 all: Correct print → builtin print 2020-06-06 16:43:34 +02:00
Sebastian Gniazdowski 9352ffe864 all: print → builtin print 2020-06-06 15:07:08 +02:00
Sebastian Gniazdowski c3bed8337f *side,*autoload: Handle the multiple bpick'' during update #334 2020-05-12 19:29:59 +02:00
Sebastian Gniazdowski 701b95af81 *side,*autoload: Support updating multi-bpick from"gh-r" plugins 2020-05-12 14:49:48 +02:00
Sebastian Gniazdowski b8b3ad2a4b *side,*install,*autoload: __VAR -> ___VAR 2020-05-09 12:29:55 +02:00
Sebastian Gniazdowski ad9ece5331 all: Extend vim modeline 2020-05-06 14:34:34 +02:00
Sebastian Gniazdowski b6db52b9bf *side: Use if instead of &&/|| 2020-04-16 16:56:20 +02:00
Sebastian Gniazdowski 188f9b8cdb *side: Improve *colorify* 2020-04-16 16:55:23 +02:00
Sebastian Gniazdowski 40c8319efd zinit,*side,*autoload: nval ices in single place 2020-03-12 03:50:07 +01:00
Sebastian Gniazdowski 37918cf5fb zinit,*side,*autoload: Use the single, global ice-list everywhere 2020-03-12 03:39:48 +01:00
Sebastian Gniazdowski a4b7df9920 *side: Uplift ↑ of *two-paths – no redundancy → call to *get-object-path 2020-02-26 00:11:55 +01:00
Sebastian Gniazdowski 3fb9803fcb *side: emulate in *two-paths 2020-02-26 00:10:43 +01:00
Sebastian Gniazdowski cfe7566e7f *side: Reformat code 2020-02-26 00:09:33 +01:00
Sebastian Gniazdowski a268905a9a zinit,*side,*install: Better snippet paths for domain-only URLs 2020-02-25 19:50:55 +01:00
Sebastian Gniazdowski 7ec8eef41d zinit,*side: Support the --- separated IDs deeper 2020-02-21 19:13:41 +01:00
Sebastian Gniazdowski 210c541e35 *side: *colorify* to support --- separated IDs 2020-02-21 19:06:45 +01:00
Sebastian Gniazdowski fccd35a7b7 all: FEATURE – New ice `extract' which extracts: a) files with known
extensions, b) extension-less files of known file types (checked with
the `file' command), c) or the listed files. extract'!' will move the
files up one directory level. extract'-' will prevent the archive
removal (upon unpacking). Can be combined, e.g.: extract'-!'.
2020-02-07 15:40:22 +01:00
Sebastian Gniazdowski 9dde5f9907 all: Switch the vim marks to more safe [[[ and ]]] 2020-01-22 03:17:48 +01:00
Sebastian Gniazdowski 905ef877bb all: Bump the year in copyright notice 2020-01-20 10:22:18 +01:00
Sebastian Gniazdowski 1ca8f6856c PROJECT RENAME Zplugin → Zinit. Hold your thumbs that everything will
work seamlessly.
2020-01-18 10:02:05 +01:00
Renamed from zplugin-side.zsh (Browse further)