summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-16 18:58:11 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-16 18:58:11 +0200
commit7529fd1f483a1039ee0d7c5275fd111a529445e4 (patch)
treea175a83dc2a09ebc4cb6870bb06cbfc6865c9269 /helm-regexp.el
parentbb5e11c82783bd65b67c95207e0f9ecd3d0ac57a (diff)
Allow switching vertically to other window in helm-moccur
* helm-regexp.el (helm-moccur-action): Do it.
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index 3109420c..ced2a8a5 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -287,7 +287,7 @@ arg METHOD can be one of buffer, buffer-other-window, buffer-other-frame."
(split-pat (helm-mm-split-pattern helm-input)))
(cl-case method
(buffer (switch-to-buffer buf))
- (buffer-other-window (switch-to-buffer-other-window buf))
+ (buffer-other-window (helm-switch-to-buffers-other-window buf))
(buffer-other-frame (switch-to-buffer-other-frame buf)))
(with-current-buffer buf
(helm-goto-line lineno)