branch: master
commit 265f47d42af95ccbc8fec4e871fb0d5494b5f4b5
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Swiper should not deactivate-mark
* swiper.el (swiper--init): Update to make it the same as `isearch'.
"C-SPC" + `swiper' should work to mark a region.
---
swiper.el | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/swiper.el b/swiper.el
index c94e896..596d4ae 100644
--- a/swiper.el
+++ b/swiper.el
@@ -197,7 +197,6 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
(defun swiper--init ()
"Perform initialization common to both completion methods."
- (deactivate-mark)
(setq swiper--opoint (point))
(setq swiper--len 0)
(setq swiper--anchor (line-number-at-pos))