Skip to content

fix: Handle buffer in minibuffer

Compare
Choose a tag to compare
@alvarogonzalezsotillo alvarogonzalezsotillo released this 14 Apr 06:43
· 18 commits to master since this release
3fbac20

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.

#8