Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
743be91b
Commit
743be91b
authored
May 21, 2015
by
Xin Li
Browse files
Don't leak extendedglob to global environment.
parent
14003460
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/history-substring-search/history-substring-search.zsh
View file @
743be91b
...
...
@@ -175,7 +175,6 @@ fi
# implementation details
#-----------------------------------------------------------------------------
setopt extendedglob
zmodload
-F
zsh/parameter
#
...
...
@@ -284,6 +283,7 @@ 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,6 +350,7 @@ 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment