mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
*highlight: Remove redundant setting of localoptions
This commit is contained in:
parent
760fc6cc75
commit
b34feb304d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
-hsmw-highlight-process()
|
||||
{
|
||||
emulate -L zsh
|
||||
setopt localoptions extendedglob bareglobqual nonomatch noksharrays
|
||||
setopt extendedglob bareglobqual nonomatch noksharrays
|
||||
|
||||
(( ointeractive_comments )) && local interactive_comments= # _set_ to empty
|
||||
|
||||
|
|
Loading…
Reference in a new issue