summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorChunyang Xu <xuchunyang56@gmail.com>2015-10-13 04:34:07 +0800
committerChunyang Xu <xuchunyang56@gmail.com>2015-10-13 04:40:44 +0800
commit6813449394ed229b3e42fbb4a067f2428e1ce770 (patch)
treee3dd507c97e029cc8e05de5eb6ed068e7c05b49b /helm-types.el
parent4a065bb6aacd0f7d311325dfde7bb95bc40f5b43 (diff)
Handle marked candidates in Find file other window
Fixes (#1212)
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-types.el b/helm-types.el
index 55884002..69ce8ac4 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -41,7 +41,7 @@
(helm-make-actions
"Find file" 'helm-find-many-files
"Find file as root" 'helm-find-file-as-root
- "Find file other window" 'find-file-other-window
+ "Find file other window" 'helm-find-files-other-window
"Find file other frame" 'find-file-other-frame
"Open dired in file's directory" 'helm-open-dired
"Grep File(s) `C-u recurse'" 'helm-find-files-grep