Skip to content

Commit

Permalink
Merge pull request #3129 from hashicorp/b-zsh-complete
Browse files Browse the repository at this point in the history
Fix path completions on zsh
  • Loading branch information
dadgar committed Aug 29, 2017
2 parents 28468c6 + 707c56d commit 54b6ff3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

BUG FIXES:
* api: Search endpoint handles even UUID prefixes with hyphens [GH-3120]
* cli: All status commands handle even UUID prefixes with hyphens [GH-3122]
* cli: Fix autocompletion of paths that include directories on zsh [GH-3129]
* cli: Status command honors exact job match even when it is the prefix of
another job [GH-3120]
* cli: All status commands handle even UUID prefixes with hyphens [GH-3122]
* cli: Fix setting of TLSServerName for node API Client. This fixes an issue of
contacting nodes that are using TLS [GH-3127]

Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/posener/complete/cmd/install/zsh.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1113,26 +1113,26 @@
{
"checksumSHA1": "rTNABfFJ9wtLQRH8uYNkEZGQOrY=",
"path": "github.com/posener/complete",
"revision": "2100d1b06c06462a8a47bfc41a7f24a5d60a1420",
"revisionTime": "2017-08-25T06:44:15Z"
"revision": "9f41f7636a724791a3b8b1d35e84caa1124f0d3c",
"revisionTime": "2017-08-29T17:11:12Z"
},
{
"checksumSHA1": "NB7uVS0/BJDmNu68vPAlbrq4TME=",
"path": "github.com/posener/complete/cmd",
"revision": "e8d6fef54b6283f8bd3fbcb4a7de8884eb540293",
"revisionTime": "2017-05-27T17:24:47Z"
"revision": "9f41f7636a724791a3b8b1d35e84caa1124f0d3c",
"revisionTime": "2017-08-29T17:11:12Z"
},
{
"checksumSHA1": "kuS9vs+TMQzTGzXteL6EZ5HuKrU=",
"checksumSHA1": "gSX86Xl0w9hvtntdT8h23DZtSag=",
"path": "github.com/posener/complete/cmd/install",
"revision": "e8d6fef54b6283f8bd3fbcb4a7de8884eb540293",
"revisionTime": "2017-05-27T17:24:47Z"
"revision": "9f41f7636a724791a3b8b1d35e84caa1124f0d3c",
"revisionTime": "2017-08-29T17:11:12Z"
},
{
"checksumSHA1": "DMo94FwJAm9ZCYCiYdJU2+bh4no=",
"path": "github.com/posener/complete/match",
"revision": "e8d6fef54b6283f8bd3fbcb4a7de8884eb540293",
"revisionTime": "2017-05-27T17:24:47Z"
"revision": "9f41f7636a724791a3b8b1d35e84caa1124f0d3c",
"revisionTime": "2017-08-29T17:11:12Z"
},
{
"checksumSHA1": "M57Rrfc8Z966p+IBtQ91QOcUtcg=",
Expand Down

0 comments on commit 54b6ff3

Please sign in to comment.