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:           Wed Nov 13 15:24:25 UTC 2019

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

Log Message:
zsh-autosuggestions: update to 0.6.3.

## v0.6.3
- Fixed bug moving cursor to end of buffer after accepting suggestion (#453)

## v0.6.2
- Fixed bug deleting the last character in the buffer in vi mode (#450)
- Degrade gracefully when user doesn't have `zsh/system` module installed (#447)

## v0.6.1
- Fixed bug occurring when `_complete` had been aliased (#443)

## v0.6.0
- Added `completion` suggestion strategy powered by completion system (#111)
- Allow setting `ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE` to an empty string (#422)
- Don't fetch suggestions after copy-earlier-word (#439)
- Allow users to unignore zle-\* widgets (e.g. zle-line-init) (#432)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/shells/zsh-autosuggestions/Makefile:1.5
--- pkgsrc/shells/zsh-autosuggestions/Makefile:1.4      Wed Apr 17 10:02:01 2019
+++ pkgsrc/shells/zsh-autosuggestions/Makefile  Wed Nov 13 15:24:25 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/17 10:02:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/13 15:24:25 wiz Exp $
 
-DISTNAME=      zsh-autosuggestions-0.5.2
+DISTNAME=      zsh-autosuggestions-0.6.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.4 pkgsrc/shells/zsh-autosuggestions/distinfo:1.5
--- pkgsrc/shells/zsh-autosuggestions/distinfo:1.4      Wed Apr 17 10:02:01 2019
+++ pkgsrc/shells/zsh-autosuggestions/distinfo  Wed Nov 13 15:24:25 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/04/17 10:02:01 wiz Exp $
+$NetBSD: distinfo,v 1.5 2019/11/13 15:24:25 wiz Exp $
 
-SHA1 (zsh-autosuggestions-0.5.2.tar.gz) = 08ae2b09b41a02c658721bed764d20616b8b8450
-RMD160 (zsh-autosuggestions-0.5.2.tar.gz) = 91919dff3e27eced1f3610ad454b5282459c5213
-SHA512 (zsh-autosuggestions-0.5.2.tar.gz) = a435f41c535abb5a4a1b3d6339f1555981060fffc465a610605d034e7946978eff15df1f25f901dfaec31ce5a33628589fa7e7274726c8ecf94712f270f2ca53
-Size (zsh-autosuggestions-0.5.2.tar.gz) = 21702 bytes
+SHA1 (zsh-autosuggestions-0.6.3.tar.gz) = 881562cdb865f1f14f17667e28e473ec7f50417b
+RMD160 (zsh-autosuggestions-0.6.3.tar.gz) = 21f3c24df359041f02a2e9b8b3559783f1640275
+SHA512 (zsh-autosuggestions-0.6.3.tar.gz) = bafeca5c6ef3d315310976762fdc5db5ae3db3960c4ac17c1ac139a4d09c2733c24884e7f708881e3f3cacf96c39d9ddeac0b1ca6c8720d2febb41c9894d4ad3
+Size (zsh-autosuggestions-0.6.3.tar.gz) = 25819 bytes



Home | Main Index | Thread Index | Old Index