mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
znt: update to v2.1.15
This commit is contained in:
parent
19769fded2
commit
e2d157d589
25 changed files with 1178 additions and 111 deletions
|
|
@ -4,6 +4,14 @@ local NLIST_START_IN_UNIQ_MODE=1
|
|||
|
||||
# Only if current $BUFFER doesn't come from history
|
||||
if [ "$HISTCMD" = "$HISTNO" ]; then
|
||||
() {
|
||||
setopt localoptions extendedglob
|
||||
local -a match mbegin mend
|
||||
local MATCH; integer MBEGIN MEND
|
||||
|
||||
[ -n "$BUFFER" ] && BUFFER="${BUFFER%% ##} "
|
||||
}
|
||||
|
||||
local NLIST_SET_SEARCH_TO="$BUFFER"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue