branch: master
commit 9585ae1136a80352895a284351de6c71913b3e22
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* helm-async.el (helm-async-env-variables-regexp): Fix for copying from
android devices.
---
helm-async.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/helm-async.el b/helm-async.el
index 77c8b32..5ba8ccd 100644
--- a/helm-async.el
+++ b/helm-async.el
@@ -50,7 +50,7 @@
:group 'helm)
(defcustom helm-async-env-variables-regexp
- "\\`\\(tramp-default\\|ange-ftp\\)-.*"
+ "\\`\\(tramp-\\(default\\|connection\\|remote\\)\\|ange-ftp\\)-.*"
"Variables matching this regexp will be loaded on Child Emacs."
:type 'regexp
:group 'helm-async)