diff options
| author | ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | 2024-01-16 11:06:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 11:06:19 +0100 |
| commit | c0074974313215360a9529e01204792cdf6ca473 (patch) | |
| tree | c641e38fff600f371e6ad49408cf0345eb30f258 /.github | |
| parent | d44ec1492bd46f6f0f9d6606649fee3fc11aac13 (diff) | |
| download | zsh-c0074974313215360a9529e01204792cdf6ca473.tar.gz zsh-c0074974313215360a9529e01204792cdf6ca473.tar.bz2 zsh-c0074974313215360a9529e01204792cdf6ca473.zip | |
feat(history-substring-search): update to version 8dd05bfc (#12167)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependencies.yml b/.github/dependencies.yml index f644322ff..12beaecbb 100644 --- a/.github/dependencies.yml +++ b/.github/dependencies.yml @@ -21,7 +21,7 @@ dependencies: plugins/history-substring-search: repo: zsh-users/zsh-history-substring-search branch: master - version: 8f5d8a5aa9942da7b2a764c7fa79e0f36ba802f7 + version: 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64 precopy: | set -e rm -f zsh-history-substring-search.plugin.zsh |
