summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-02-24 09:40:21 +0000
committerAndrew Stubbs2016-02-24 09:40:21 +0000
commit9c7bd498e8036c32ddbe688f20256f0b264a4581 (patch)
tree99c006911ae4b5c8d734e1a51af75ae8ad286d1c
parent8f697da09aa851e8cf0ca4a8a209608c11cfb1be (diff)
downloadaur-9c7bd498e8036c32ddbe688f20256f0b264a4581.tar.gz
Bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--zsh-autosuggestions.install6
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11827372bdcb..66c84ef7aa3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 18 09:35:21 UTC 2016
+# Wed Feb 24 09:39:41 UTC 2016
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish shell like fast/unobtrusive autosuggestions for zsh
- pkgver = v0.2.11.r0.gba029e8
+ pkgver = v0.2.14.r0.g9d100f4
pkgrel = 1
url = https://github.com/tarruda/zsh-autosuggestions
install = zsh-autosuggestions.install
diff --git a/PKGBUILD b/PKGBUILD
index 7919854203b2..a20f50ff6bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=v0.2.11.r0.gba029e8
+pkgver=v0.2.14.r0.g9d100f4
pkgrel=1
pkgdesc='Fish shell like fast/unobtrusive autosuggestions for zsh'
url='https://github.com/tarruda/zsh-autosuggestions'
diff --git a/zsh-autosuggestions.install b/zsh-autosuggestions.install
index 6c0e617cc1b4..1becb740185e 100644
--- a/zsh-autosuggestions.install
+++ b/zsh-autosuggestions.install
@@ -1,5 +1,7 @@
post_install() {
echo "==> To use zsh autosuggestions, include the following snippet in your .zshrc:
- # This must be sourced before zsh-syntax-highlighting
- source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
+ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+
+ # Add history-substring-search-* widgets to list of widgets that clear the autosuggestion
+ ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-substring-search-up history-substring-search-down)"
}