From 372df33e208e8f6ceeca091ae4922b59e8814449 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 29 Jul 2015 03:07:56 +0200 Subject: [PATCH] [FIX] PLUGIN history-substring-search: ERROR "_history-substring-search-end:10: _zsh_highlight: function definition file not found" --- .../plugins/history-substring-search/history-substring-search.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repos/robbyrussell/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh b/repos/robbyrussell/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh index 65f0750..22f03dd 100644 --- a/repos/robbyrussell/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh +++ b/repos/robbyrussell/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh @@ -175,6 +175,7 @@ fi # implementation details #----------------------------------------------------------------------------- +setopt extendedglob zmodload -F zsh/parameter # @@ -283,7 +284,6 @@ if [[ $+functions[_zsh_highlight] -eq 0 ]]; then fi function _history-substring-search-begin() { - setopt localoptions extendedglob _history_substring_search_move_cursor_eol=false _history_substring_search_query_highlight= @@ -350,7 +350,6 @@ function _history-substring-search-begin() { } function _history-substring-search-end() { - setopt localoptions extendedglob _history_substring_search_result=$BUFFER # move the cursor to the end of the command line -- 2.0.0