1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 20:41:44 +00:00

Tradition dictates that options are uppercase.

This commit is contained in:
Sorin Ionescu
2011-10-10 22:16:06 -04:00
parent 850eb8c637
commit 9d27df2050
14 changed files with 58 additions and 58 deletions

View File

@ -186,7 +186,7 @@ if [[ $+functions[_zsh_highlight] -eq 0 ]]; then
fi
function _history-substring-search-begin() {
setopt localoptions extendedglob
setopt LOCAL_OPTIONS EXTENDED_GLOB
_history_substring_search_move_cursor_eol=false
_history_substring_search_query_highlight=
@ -254,7 +254,7 @@ function _history-substring-search-begin() {
}
function _history-substring-search-end() {
setopt localoptions extendedglob
setopt LOCAL_OPTIONS EXTENDED_GLOB
_history_substring_search_result=$BUFFER