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/61cdf3f3a254
branches:  trunk
changeset: 343928:61cdf3f3a254
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 13 15:24:25 2019 +0000

description:
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)

diffstat:

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

diffs (27 lines):

diff -r 611f1777db06 -r 61cdf3f3a254 shells/zsh-autosuggestions/Makefile
--- a/shells/zsh-autosuggestions/Makefile       Wed Nov 13 15:23:42 2019 +0000
+++ b/shells/zsh-autosuggestions/Makefile       Wed Nov 13 15:24:25 2019 +0000
@@ -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}
diff -r 611f1777db06 -r 61cdf3f3a254 shells/zsh-autosuggestions/distinfo
--- a/shells/zsh-autosuggestions/distinfo       Wed Nov 13 15:23:42 2019 +0000
+++ b/shells/zsh-autosuggestions/distinfo       Wed Nov 13 15:24:25 2019 +0000
@@ -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