Initialize option to empty string instead of unsetting.
This commit is contained in:
parent
8224802bda
commit
b546105d7e
2 changed files with 7 additions and 7 deletions
|
|
@ -45,7 +45,7 @@
|
|||
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold'
|
||||
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
|
||||
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
|
||||
unset HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE
|
||||
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=''
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# the main ZLE widgets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue