Commit graph

443 commits

Author SHA1 Message Date
Sebastian Gniazdowski 51745d7da1 zinit: Always set $ZSH for OMZ snippets, not only for `svn' mode 2020-02-25 18:57:51 +01:00
Sebastian Gniazdowski 9193f062bf zinit: Further cleanup in *load-snippet 2020-02-25 18:55:45 +01:00
Sebastian Gniazdowski c4f0c48fcb zinit: Remove superfluous update-related code from *load-snippet
Issue #184
2020-02-25 17:15:30 +01:00
Sebastian Gniazdowski b00f361825 Revert "Revert "Revert "zinit: Use zselect for a more predictable sleep time"""
This reverts commit f8479165e7.
2020-02-25 14:48:31 +01:00
Sebastian Gniazdowski ff75e5ab48 zinit: Better formating for a snippet of code 2020-02-21 21:03:37 +01:00
Sebastian Gniazdowski 7ec8eef41d zinit,*side: Support the --- separated IDs deeper 2020-02-21 19:13:41 +01:00
Sebastian Gniazdowski f8479165e7 Revert "Revert "zinit: Use zselect for a more predictable sleep time""
This reverts commit c404dffe56.

Issue #267
2020-02-21 18:29:36 +01:00
Sebastian Gniazdowski ad97d51eb9 zinit,*install,*autoload: Protect against word-split and spaces-BIN_DIR 2020-02-21 18:26:15 +01:00
Sebastian Gniazdowski 709c59c63f zinit: Correctly recognize annex subcommands 2020-02-21 15:38:53 +01:00
Sebastian Gniazdowski f4c7a41942 zinit: Fix (#i) comparison 2020-02-21 14:58:55 +01:00
Sebastian Gniazdowski 756728b855 zinit.zsh: Use emulate in *service 2020-02-21 14:57:48 +01:00
Sebastian Gniazdowski c404dffe56 Revert "zinit: Use zselect for a more predictable sleep time"
This reverts commit f6145dff24.

Issue #267
2020-02-20 19:35:30 +01:00
Sebastian Gniazdowski e4296dd838 zinit: Fine-grained FEATURE – an empty pick'' ice will result in
automatic setting of it to the $id_as:t – i.e.: to the last component of
the ID string. This works only for as"command". Example:
    zinit as=command pick for paulirish/git-open
being equivalent to:
    zinit as=command pick=git-open for paulirish/git-open
2020-02-20 15:17:41 +01:00
Sebastian Gniazdowski 2e6fc2ab90 zinit: ZINIT_CUR_PLUGIN → ZINIT[CUR_PLUGIN] 2020-02-20 07:31:24 +01:00
Sebastian Gniazdowski cb673688e5 zinit,*autoload: FEATURE – PARALLEL UPDATE – pass -p/--parallel to
`update' to activate. Runs sets of 15 concurrent jobs – to customize,
pass the number, e.g.: zi update -p 20
2020-02-20 04:28:24 +01:00
Sebastian Gniazdowski 6301871d43 zinit,*install: Two assigns in one line 2020-02-13 04:59:48 +01:00
Sebastian Gniazdowski 1017376f42 zinit,*install,*autoload: Cleanup in snippet-update code
Issue #184
2020-02-13 04:10:35 +01:00
Sebastian Gniazdowski 53746af4cb zinit: Remove unneeded braces 2020-02-09 03:57:28 +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 c1ac0cdca0 zinit: Improve the module recompilation message 2020-02-01 21:46:01 +01:00
Sebastian Gniazdowski 3510f6e30f zinit: A more accurate message on the module rebuild 2020-02-01 21:32:49 +01:00
Sebastian Gniazdowski 13eec039f6 zinit: Full module rebuild on recompile request 2020-02-01 21:28:22 +01:00
Sebastian Gniazdowski 946e7b9aa1 zinit: Run make distclean before recompiling the module 2020-02-01 21:21:59 +01:00
Sebastian Gniazdowski 5e0abb7dce zinit: Fix the PMSPEC assignment 2020-01-29 20:48:27 +01:00
Sebastian Gniazdowski 610ddbab73 zinit: Support new standard's feature: PMSPEC param describing the p-m
see: http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html#pmspec
2020-01-29 18:06:27 +01:00
Sebastian Gniazdowski f6145dff24 zinit: Use zselect for a more predictable sleep time 2020-01-29 14:20:37 +01:00
Sebastian Gniazdowski e10d6894da zinit: Improve compatibility with ignore_braces; fix a minor bug 2020-01-22 07:47:29 +01:00
Sebastian Gniazdowski 9dde5f9907 all: Switch the vim marks to more safe [[[ and ]]] 2020-01-22 03:17:48 +01:00
Sebastian Gniazdowski a4420dcc94 zinit: No warncreateglobal in *shadow-zstyle to mute unneeded warnings 2020-01-21 23:44:48 +01:00
Sebastian Gniazdowski 24673d0c9e zinit: Fix a minor snippet problem investigating the major problem #247
and #248
2020-01-21 15:44:30 +01:00
Sebastian Gniazdowski 89f90ea8c5 zinit: Fix a comment 2020-01-21 15:44:30 +01:00
Sebastian Gniazdowski 905ef877bb all: Bump the year in copyright notice 2020-01-20 10:22:18 +01:00
Sebastian Gniazdowski 8e8f4efdf9 zinit: Improve bindmap'' handling 2020-01-20 06:56:44 +01:00
Sebastian Gniazdowski 930ad24d0a zinit: Feature: if a bindmap'' starts with !, then the rhs is a widget
i.e.: bindmap'!"^ " -> magic-space' changes the widget bound, while
bindmap'^R -> ^T" changes the combination bound.
2020-01-20 06:49:42 +01:00
Sebastian Gniazdowski 51dc23108d zinit: Improve bindmap handling 2020-01-20 06:42:29 +01:00
Sebastian Gniazdowski a6d3d6c0f4 zinit: Improve bindmap'' handling 2020-01-20 06:28:51 +01:00
Sebastian Gniazdowski c9d9379731 zinit: Temporarily disable the use of the module to suppress the error
messages after the name change
2020-01-19 16:58:40 +01:00
Sebastian Gniazdowski 9894836e43 zinit: Properly initialize ZINIT hash 2020-01-18 13:11:30 +01:00
Sebastian Gniazdowski 47a257e9b7 zinit: Remove a debug print
https://github.com/zinit-zsh/z-a-bin-gem-node/issues/5
2020-01-18 13:08:58 +01:00
Sebastian Gniazdowski 86ce8af92f zinit: Ensure that zinit completion is properly installed 2020-01-18 11:40:02 +01:00
Sebastian Gniazdowski b68458cf38 zinit: Guard that rm -rf will not delete unwanted files 2020-01-18 11:24:22 +01:00
Sebastian Gniazdowski 6989afc9b2 zinit: Update a comment 2020-01-18 11:23:58 +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