mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
v0.4.2
This commit is contained in:
parent
9f1046727a
commit
15931f04ff
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.4.2
|
||||||
|
- Fix bug in zsh versions older than 5.0.8 (#296)
|
||||||
|
- Officially support back to zsh v4.3.11
|
||||||
|
|
||||||
## v0.4.1
|
## v0.4.1
|
||||||
- Switch to [[ and (( conditionals instead of [ (#257)
|
- Switch to [[ and (( conditionals instead of [ (#257)
|
||||||
- Avoid warnnestedvar warnings with `typeset -g` (#275)
|
- Avoid warnnestedvar warnings with `typeset -g` (#275)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.4.1
|
v0.4.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Fish-like fast/unobtrusive autosuggestions for zsh.
|
# Fish-like fast/unobtrusive autosuggestions for zsh.
|
||||||
# https://github.com/zsh-users/zsh-autosuggestions
|
# https://github.com/zsh-users/zsh-autosuggestions
|
||||||
# v0.4.1
|
# v0.4.2
|
||||||
# Copyright (c) 2013 Thiago de Arruda
|
# Copyright (c) 2013 Thiago de Arruda
|
||||||
# Copyright (c) 2016-2017 Eric Freese
|
# Copyright (c) 2016-2017 Eric Freese
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue