]> code.delx.au - gnu-emacs-elpa/commit
Modify "M-n" prediction when region is active
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 1 Feb 2016 17:38:57 +0000 (18:38 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 1 Feb 2016 17:38:57 +0000 (18:38 +0100)
commitcf2c7bccd9ecc6e9288c65337525587371f15e82
tree310fd32e03da1ee7fac485a19d3bc540d1405116
parentf31ab12696d9a54887c1b20372c229c9b4d78a8a
Modify "M-n" prediction when region is active

* ivy.el (ivy--reset-state): When the region is active and "M-n" is
  called, insert the region contents into the minibuffer and deactivate
  the region. The region deactivation is done for `swiper', to make it
  easier to search for multiple words or a subword.
ivy.el