Initialize option to empty string instead of unsetting.

This commit is contained in:
Geza Lore 2016-05-22 09:30:52 +01:00
parent 8224802bda
commit b546105d7e
2 changed files with 7 additions and 7 deletions

View file

@ -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