summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2017-02-27 09:02:16 -0800
committerRobby Russell <robby@planetargon.com>2017-02-27 09:02:16 -0800
commitb908feebcfb0ca8a9a80360d177e716c24c317d6 (patch)
tree966fd789c3bcdf804d6d242a3becf81afc343eaa /plugins/history-substring-search
parente609fd5a9f7f7c9a16945ca9c0748b6de99f6635 (diff)
parentd874c73f19d8430f4dc32756fff0bf2f6a804d87 (diff)
downloadzsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.gz
zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.bz2
zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.zip
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/history-substring-search')
-rw-r--r--plugins/history-substring-search/history-substring-search.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/history-substring-search/history-substring-search.zsh b/plugins/history-substring-search/history-substring-search.zsh
index ad316acc8..3b8afd317 100644
--- a/plugins/history-substring-search/history-substring-search.zsh
+++ b/plugins/history-substring-search/history-substring-search.zsh
@@ -244,7 +244,7 @@ _history-substring-search-end() {
_history_substring_search_result=$BUFFER
- # the search was succesful so display the result properly by clearing away
+ # the search was successful so display the result properly by clearing away
# existing highlights and moving the cursor to the end of the result buffer
if [[ $_history_substring_search_refresh_display -eq 1 ]]; then
region_highlight=()