Merge pull request #5 from sorin-ionescu/issue-2
fix #2: always use up/down-line-or-history
This commit is contained in:
commit
0e58320e78
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue