pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh-autosuggestions zsh-autosuggestions: update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d6b0f828e67
branches:  trunk
changeset: 308599:5d6b0f828e67
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 27 12:21:47 2018 +0000

description:
zsh-autosuggestions: update to 0.4.3.

## v0.4.3
- Avoid bell when accepting suggestions with `autosuggest-accept` (#228)
- Don't fetch suggestions after [up,down]-line-or-beginning-search (#227, #241)
- We are now running CI against new 5.5.1 version
- Fix partial-accept in vi mode (#188)
- Fix suggestion disappearing on fast movement after switching to `vicmd` mode (#290)
- Fix issue rotating through kill ring with `yank-pop` (#301)
- Fix issue creating new pty for async mode when previous pty is not properly cleaned up (#249)

diffstat:

 shells/zsh-autosuggestions/Makefile |   4 ++--
 shells/zsh-autosuggestions/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 13217a3ed525 -r 5d6b0f828e67 shells/zsh-autosuggestions/Makefile
--- a/shells/zsh-autosuggestions/Makefile       Sun May 27 12:21:02 2018 +0000
+++ b/shells/zsh-autosuggestions/Makefile       Sun May 27 12:21:47 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/12/07 23:14:32 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/27 12:21:47 wiz Exp $
 
-DISTNAME=      zsh-autosuggestions-0.4.2
+DISTNAME=      zsh-autosuggestions-0.4.3
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=zsh-users/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 13217a3ed525 -r 5d6b0f828e67 shells/zsh-autosuggestions/distinfo
--- a/shells/zsh-autosuggestions/distinfo       Sun May 27 12:21:02 2018 +0000
+++ b/shells/zsh-autosuggestions/distinfo       Sun May 27 12:21:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/12/07 23:14:32 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/05/27 12:21:47 wiz Exp $
 
-SHA1 (zsh-autosuggestions-0.4.2.tar.gz) = 8cd6c149b1c4ac92d66e69857febd8f0f0aff141
-RMD160 (zsh-autosuggestions-0.4.2.tar.gz) = 1ab509c1bd223760662362f252aa57473cd06408
-SHA512 (zsh-autosuggestions-0.4.2.tar.gz) = 67aae94211e6666d3a0f539509142d94b03ceb3d171e92b26fbf1a5a86185af515af07b9c244e258da321f1116624e6ed85eb77df73bd89e76246d415a18852b
-Size (zsh-autosuggestions-0.4.2.tar.gz) = 19251 bytes
+SHA1 (zsh-autosuggestions-0.4.3.tar.gz) = 9161bfada86512f5221245f9194719a572c08fc2
+RMD160 (zsh-autosuggestions-0.4.3.tar.gz) = 7a41af729277d1107b83e7844530545b8bdf34e3
+SHA512 (zsh-autosuggestions-0.4.3.tar.gz) = c9be728bfd4cea67cc580548bda4c1b043e275a5a6f0c2134120e7e62e4522da2eddfff4c9414b5d6f28210d2f0b0f5bf008e7275c977c81bd61194f653c922c
+Size (zsh-autosuggestions-0.4.3.tar.gz) = 20243 bytes



Home | Main Index | Thread Index | Old Index