Skip to content

Commit

Permalink
chore(bump): bump to v4.8.4, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Dec 23, 2022
1 parent 53a8b06 commit de5af68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.8.4](https://github.com/olets/zsh-abbr/compare/v4.8.3...v4.8.4) (2022-12-23)


### Bug Fixes

* **expand and accept:** check for zsh-autosuggestion widget ([53a8b06](https://github.com/olets/zsh-abbr/commit/53a8b06a4e210fd9456cd1a83034d153be9589b5))



# [4.8.3](https://github.com/olets/zsh-abbr/compare/v4.8.2...v4.8.3) (2022-12-16)


Expand Down
7 changes: 4 additions & 3 deletions zsh-abbr.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.8.3
# v4.8.4
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -67,8 +67,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="December 16 2022"
version="zsh-abbr version 4.8.3"
release_date="December 23 2022"
version="zsh-abbr version 4.8.4"

# Deprecation notices for values that could be meaningfully set after initialization
# Example form:
Expand Down Expand Up @@ -1335,6 +1335,7 @@ abbr-expand-and-accept() {
zle abbr-expand
fi

# zsh-autosuggestions integration
if (( ${+widgets[autosuggest-clear]} )); then
zle autosuggest-clear
fi
Expand Down

0 comments on commit de5af68

Please sign in to comment.