spacemacs/layers/+completion
madand 194de4d73a
[ivy] Fix visual selection expansion across the buffer on SPC s S
and `SPC s B`

When one invokes `spacemacs/swiper-region-or-symbol` (`SPC s S`) or
`spacemacs/swiper-all-region-or-symbol` (`SPC s B`) with active visual selection
(transient-mark-mode), the selection expands over the buffer while one jumps
around with swiper. Thus I believe it is appropriate to deactivate visual
selection within the above command.

Since the mentioned commands both use identical code for getting the text to
operate on, I moved that code into a separate function.
2019-12-15 15:17:21 +01:00
..
auto-completion Remove uses of lexical-let, part of the deprecated cl package 2019-12-15 08:45:27 +01:00
helm converted cl to cl-lib 2019-12-14 20:20:51 +00:00
ivy [ivy] Fix visual selection expansion across the buffer on SPC s S 2019-12-15 15:17:21 +01:00
templates Switch to the new layers generator 2019-05-15 21:08:21 +03:00