Add helm-mode-insert-file to gpolonkai/helm-ff-slash-dir-complete
This commit is contained in:
parent
7f8652db3d
commit
6c979180f0
@ -854,7 +854,8 @@ Taken from [[http://emacs.stackexchange.com/a/31321/507][here]].
|
||||
(interactive)
|
||||
(if (and (or
|
||||
(equal "magit-status" (assoc-default 'name (helm-get-current-source)))
|
||||
(equal "Find Files" (assoc-default 'name (helm-get-current-source))))
|
||||
(equal "Find Files" (assoc-default 'name (helm-get-current-source)))
|
||||
(equal "helm-mode-insert-file" (assoc-default 'name (helm-get-current-source))))
|
||||
(stringp (helm-get-selection))
|
||||
(file-directory-p (helm-get-selection)))
|
||||
(helm-execute-persistent-action)
|
||||
|
Loading…
Reference in New Issue
Block a user