pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/zsh-autosuggestions



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 27 12:21:47 UTC 2018

Modified Files:
        pkgsrc/shells/zsh-autosuggestions: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/zsh-autosuggestions/Makefile \
    pkgsrc/shells/zsh-autosuggestions/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/zsh-autosuggestions/Makefile
diff -u pkgsrc/shells/zsh-autosuggestions/Makefile:1.1 pkgsrc/shells/zsh-autosuggestions/Makefile:1.2
--- pkgsrc/shells/zsh-autosuggestions/Makefile:1.1      Thu Dec  7 23:14:32 2017
+++ pkgsrc/shells/zsh-autosuggestions/Makefile  Sun May 27 12:21:47 2018
@@ -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}
Index: pkgsrc/shells/zsh-autosuggestions/distinfo
diff -u pkgsrc/shells/zsh-autosuggestions/distinfo:1.1 pkgsrc/shells/zsh-autosuggestions/distinfo:1.2
--- pkgsrc/shells/zsh-autosuggestions/distinfo:1.1      Thu Dec  7 23:14:32 2017
+++ pkgsrc/shells/zsh-autosuggestions/distinfo  Sun May 27 12:21:47 2018
@@ -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