-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(general behavior)!: deprecate opts.general.update_events
1. Deprecate opts.general.update_events in favor of opts.general.update_events.win, opts.general.update_events.buf, and opts.general.update_events.global 2. Originally all events under opts.general.update_events triggers an update on a single winbar attached to a window, however, for some events we should update all winbars attached to a buffer, e.g. TextChanged, TextChangedI, or BufModifiedSet; on events such as DirChanged, we should update all winbars
- Loading branch information
bekaboo
committed
Jun 3, 2023
1 parent
06e233a
commit 415a587
Showing
4 changed files
with
156 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters