diff options
author | Sebastian Gniazdowski <sgniazdowski@gmail.com> | 2016-04-30 15:16:00 +0200 |
---|---|---|
committer | Sebastian Gniazdowski <sgniazdowski@gmail.com> | 2016-05-16 16:29:17 +0200 |
commit | e2d157d5895717e983e5cc4e5df792a6a5dbe0ac (patch) | |
tree | c3b11213c62fc7d7e805efa3374a45d601de0031 /plugins/zsh-navigation-tools/znt-history-widget | |
parent | 19769fded2d95b1e81a72ee7ebd3d9bd53f0d422 (diff) | |
download | zsh-e2d157d5895717e983e5cc4e5df792a6a5dbe0ac.tar.gz zsh-e2d157d5895717e983e5cc4e5df792a6a5dbe0ac.tar.bz2 zsh-e2d157d5895717e983e5cc4e5df792a6a5dbe0ac.zip |
znt: update to v2.1.15
Diffstat (limited to 'plugins/zsh-navigation-tools/znt-history-widget')
-rw-r--r-- | plugins/zsh-navigation-tools/znt-history-widget | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/zsh-navigation-tools/znt-history-widget b/plugins/zsh-navigation-tools/znt-history-widget index a4a26cbfc..479c2211b 100644 --- a/plugins/zsh-navigation-tools/znt-history-widget +++ b/plugins/zsh-navigation-tools/znt-history-widget @@ -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 |