diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-03 13:22:45 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-03 13:22:45 -0700 |
commit | 46d819df1a131a482618c324099947580f40b276 (patch) | |
tree | 9176b3710b2a313b3bd7a12d5a44325cfe2be281 /plugins/history-substring-search/history-substring-search.zsh | |
parent | 0ebfa3a504a0a4de40154432918c5f8acb33bdae (diff) | |
parent | 9f8b2b42bdfee31bb06a93aa0e8b04411727ce58 (diff) | |
download | zsh-46d819df1a131a482618c324099947580f40b276.tar.gz zsh-46d819df1a131a482618c324099947580f40b276.tar.bz2 zsh-46d819df1a131a482618c324099947580f40b276.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/history-substring-search/history-substring-search.zsh')
-rw-r--r-- | plugins/history-substring-search/history-substring-search.zsh | 2 |
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=() |