Commit 1bebbbf5 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

'plugins/history-substring-search/history-substring-search.zsh: Solve typos'


Signed-off-by: default avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 7079e67c
...@@ -244,7 +244,7 @@ _history-substring-search-end() { ...@@ -244,7 +244,7 @@ _history-substring-search-end() {
_history_substring_search_result=$BUFFER _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 # existing highlights and moving the cursor to the end of the result buffer
if [[ $_history_substring_search_refresh_display -eq 1 ]]; then if [[ $_history_substring_search_refresh_display -eq 1 ]]; then
region_highlight=() region_highlight=()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment