summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search/history-substring-search.zsh
AgeCommit message (Collapse)Author
2025-10-09fix(history-substring-search): honor `CASE_SENSITIVE` variable (#13360)Paul Frederiksen
2024-09-01chore: fix typos (#12647)Alexander Cyon
2024-06-09feat(history-substring-search): update to 87ce96b1 (#12486)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-01-16feat(history-substring-search): update to upstream (#12164)Tabrez Mohammed
2021-12-01chore: fix spelling errors across the project (#10459)Josh Soref
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2020-03-24history-substring-search: update to upstream version 2019-05-12Marc Cornellà
Updates OMZ's copy to commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb from zsh-users/zsh-history-substring-search
2016-12-30 'plugins/history-substring-search/history-substring-search.zsh: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2015-11-27history-substring-search: update to upstream version 2015-09-28Andrew Janke
Updates OMZ's copy to commit 2c295432175990c1bb4e90bc13f609daa67a25d6 from zsh-users/zsh-history-substring-search
2015-05-21Don't leak extendedglob to global environment.Xin Li
2014-03-24history-substring-search: bindkey now checks if terminfo is available first.Florian Franzen
2014-02-09Makes history-substring-search use term specific up and down buttons. Fixes ↵Florian Franzen
#2089.
2011-07-27move history-substring-search* files into plugins/Suraj N. Kurapati