fix: Handle buffer in minibuffer
alvarogonzalezsotillo
released this
14 Apr 06:43
·
18 commits
to master
since this release
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.