Releases: alvarogonzalezsotillo/region-occurrences-highlighter
Releases · alvarogonzalezsotillo/region-occurrences-highlighter
fix: Ensure clean up for every buffer
What's Changed
- fix: Ensure clean up for every buffer by @jcs090218 in #9
Full Changelog: version-1.6...version-1.6.1
Compatibility with rectangle-mark-mode
- Don't highlight if
rectangle-mark-mode
is active messsage
instead of `warn' when the buffer is too big- Default highlight face is
region
instead ofinverse-video
(inspired by https://github.com/balloneij/selection-highlight-mode)
fix: Handle buffer in minibuffer
There is a bug with the configuration:
(setq region-occurrences-highlighter-all-visible-buffers nil)
The region would not go away if we directly execute the command via M-x.
This patch fixes this behavior, it will make sure to select the correct buffer even we are in the minibuffer.
In all visible buffers
Added region-occurrences-highlighter-all-visible-buffers
and region-occurrences-highlighter-case-fold-search
Version 1.2
version-1.2 Merge branch 'ignore-whitespace'
Accepted by MELPA
07be4b8 Screencast update