znt: update to v2.1.15

This commit is contained in:
Sebastian Gniazdowski
2016-04-30 15:16:00 +02:00
parent 19769fded2
commit e2d157d589
25 changed files with 1178 additions and 111 deletions

View File

@@ -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