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


(wiz)
diff -r1.4 -r1.5 pkgsrc/shells/zsh-autosuggestions/Makefile
diff -r1.4 -r1.5 pkgsrc/shells/zsh-autosuggestions/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/shells/zsh-autosuggestions/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/zsh-autosuggestions/Makefile 2019/04/17 10:02:01 1.4
+++ pkgsrc/shells/zsh-autosuggestions/Makefile 2019/11/13 15:24:25 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2019/04/17 10:02:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2019/11/13 15:24:25 wiz Exp $
2 2
3DISTNAME= zsh-autosuggestions-0.5.2 3DISTNAME= zsh-autosuggestions-0.6.3
4CATEGORIES= shells 4CATEGORIES= shells
5MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://github.com/zsh-users/zsh-autosuggestions 9HOMEPAGE= https://github.com/zsh-users/zsh-autosuggestions
10COMMENT= Fish-like autosuggestions for Zsh 10COMMENT= Fish-like autosuggestions for Zsh
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= zsh>=4.3.11:../../shells/zsh 13DEPENDS+= zsh>=4.3.11:../../shells/zsh
14 14
15NO_BUILD= yes 15NO_BUILD= yes
16NO_CONFIGURE= yes 16NO_CONFIGURE= yes

cvs diff -r1.4 -r1.5 pkgsrc/shells/zsh-autosuggestions/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/zsh-autosuggestions/distinfo 2019/04/17 10:02:01 1.4
+++ pkgsrc/shells/zsh-autosuggestions/distinfo 2019/11/13 15:24:25 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2019/04/17 10:02:01 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2019/11/13 15:24:25 wiz Exp $
2 2
3SHA1 (zsh-autosuggestions-0.5.2.tar.gz) = 08ae2b09b41a02c658721bed764d20616b8b8450 3SHA1 (zsh-autosuggestions-0.6.3.tar.gz) = 881562cdb865f1f14f17667e28e473ec7f50417b
4RMD160 (zsh-autosuggestions-0.5.2.tar.gz) = 91919dff3e27eced1f3610ad454b5282459c5213 4RMD160 (zsh-autosuggestions-0.6.3.tar.gz) = 21f3c24df359041f02a2e9b8b3559783f1640275
5SHA512 (zsh-autosuggestions-0.5.2.tar.gz) = a435f41c535abb5a4a1b3d6339f1555981060fffc465a610605d034e7946978eff15df1f25f901dfaec31ce5a33628589fa7e7274726c8ecf94712f270f2ca53 5SHA512 (zsh-autosuggestions-0.6.3.tar.gz) = bafeca5c6ef3d315310976762fdc5db5ae3db3960c4ac17c1ac139a4d09c2733c24884e7f708881e3f3cacf96c39d9ddeac0b1ca6c8720d2febb41c9894d4ad3
6Size (zsh-autosuggestions-0.5.2.tar.gz) = 21702 bytes 6Size (zsh-autosuggestions-0.6.3.tar.gz) = 25819 bytes