Skip to content

Commit

Permalink
feat(precmd): deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Oct 19, 2023
1 parent c25eb0b commit e341f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ROADMAP.md
Expand Up @@ -11,6 +11,7 @@ _Currently considered feature complete._

## Next breaking release

- [ ] remove `_abbr_precmd`, `ABBR_PRECMD_MESSAGE`, and `ABBR_PRECMD_LOGS`
- [ ] remove `_abbr_add_widgets`
- [ ] remove `_abbr_bind_widgets`
- [ ] remove `_abbr_deprecations`
Expand Down
1 change: 1 addition & 0 deletions zsh-abbr.zsh
Expand Up @@ -1136,6 +1136,7 @@ _abbr_init() {
# Example form:
# (( ${+DEPRECATED_VAL} )) && _abbr_warn_deprecation DEPRECATED_VAL VAL
# VAL=$DEPRECATED_VAL
(( ABBR_PRECMD_LOGS != 1 )) && _abbr_warn_deprecation ABBR_PRECMD_LOGS

# Deprecation notices for functions
# Example form:
Expand Down

0 comments on commit e341f87

Please sign in to comment.