summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search
diff options
context:
space:
mode:
authorohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>2024-01-16 11:06:19 +0100
committerGitHub <noreply@github.com>2024-01-16 11:06:19 +0100
commitc0074974313215360a9529e01204792cdf6ca473 (patch)
treec641e38fff600f371e6ad49408cf0345eb30f258 /plugins/history-substring-search
parentd44ec1492bd46f6f0f9d6606649fee3fc11aac13 (diff)
downloadzsh-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 'plugins/history-substring-search')
-rw-r--r--plugins/history-substring-search/README.md27
-rw-r--r--plugins/history-substring-search/dependencies/OMZ-README.md4
2 files changed, 10 insertions, 21 deletions
diff --git a/plugins/history-substring-search/README.md b/plugins/history-substring-search/README.md
index eee279dfd..71a389535 100644
--- a/plugins/history-substring-search/README.md
+++ b/plugins/history-substring-search/README.md
@@ -235,24 +235,17 @@ History
* March 2016: Geza Lore (@gezalore) greatly refactored it in pull request #55.
-------------------------------------------------------------------------------
-Oh My Zsh Distribution Notes
-------------------------------------------------------------------------------
-
-What you are looking at now is Oh My Zsh's repackaging of zsh-history-substring-search
-as an OMZ module inside the Oh My Zsh distribution.
+---
-The upstream repo, zsh-users/zsh-history-substring-search, can be found on GitHub at
-https://github.com/zsh-users/zsh-history-substring-search.
-
-This downstream copy was last updated from the following upstream commit:
+## Oh My Zsh Distribution Notes
- SHA: 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64
- Commit date: 2023-11-23 12:12:14 +0200
+What you are looking at now is Oh My Zsh's repackaging of zsh-history-substring-search as an OMZ module inside
+the Oh My Zsh distribution.
-Everything above this section is a copy of the original upstream's README, so things
-may differ slightly when you're using this inside OMZ. In particular, you do not
-need to set up key bindings for the up and down arrows yourself in `~/.zshrc`; the OMZ
-plugin does that for you. You may still want to set up additional emacs- or vi-specific
-bindings as mentioned above.
+The upstream repo, zsh-users/zsh-history-substring-search, can be found on GitHub at
+https://github.com/zsh-users/zsh-history-substring-search.
+Everything above this section is a copy of the original upstream's README, so things may differ slightly when
+you're using this inside OMZ. In particular, you do not need to set up key bindings for the up and down arrows
+yourself in `~/.zshrc`; the OMZ plugin does that for you. You may still want to set up additional emacs- or
+vi-specific bindings as mentioned above.
diff --git a/plugins/history-substring-search/dependencies/OMZ-README.md b/plugins/history-substring-search/dependencies/OMZ-README.md
index 9a2ef4d46..c5967bb7d 100644
--- a/plugins/history-substring-search/dependencies/OMZ-README.md
+++ b/plugins/history-substring-search/dependencies/OMZ-README.md
@@ -9,10 +9,6 @@ the Oh My Zsh distribution.
The upstream repo, zsh-users/zsh-history-substring-search, can be found on GitHub at
https://github.com/zsh-users/zsh-history-substring-search.
-This downstream copy was last updated from the following upstream commit:
-
-SHA: 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64 Commit date: 2023-11-23 12:12:14 +0200
-
Everything above this section is a copy of the original upstream's README, so things may differ slightly when
you're using this inside OMZ. In particular, you do not need to set up key bindings for the up and down arrows
yourself in `~/.zshrc`; the OMZ plugin does that for you. You may still want to set up additional emacs- or