Merge pull request #5 from sorin-ionescu/issue-2

fix #2: always use up/down-line-or-history
This commit is contained in:
Suraj N. Kurapati 2011-09-17 12:08:19 -07:00
commit 0e58320e78

View file

@ -356,7 +356,7 @@ function _history-substring-search-up-history() {
# going up from somewhere below the top of history
else
zle up-history
zle up-line-or-history
fi
return true
@ -379,7 +379,7 @@ function _history-substring-search-down-history() {
# going down from somewhere above the bottom of history
else
zle down-history
zle down-line-or-history
fi
return true