extendedglob used in *end() function; closes #6
This commit is contained in:
parent
db51e71ec7
commit
ba2e1a76aa
1 changed files with 2 additions and 0 deletions
|
|
@ -255,6 +255,8 @@ function _history-substring-search-begin() {
|
|||
}
|
||||
|
||||
function _history-substring-search-end() {
|
||||
setopt localoptions extendedglob
|
||||
|
||||
_history_substring_search_result=$BUFFER
|
||||
|
||||
# move the cursor to the end of the command line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue