Function: tramp-rfn-eshadow-update-overlay-regexp
tramp-rfn-eshadow-update-overlay-regexp is a byte-compiled function
defined in tramp-integration.el.gz.
Signature
(tramp-rfn-eshadow-update-overlay-regexp)
Documentation
An overlay covering the shadowed part of the filename.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-integration.el.gz
(defun tramp-rfn-eshadow-update-overlay-regexp ()
"An overlay covering the shadowed part of the filename."
(rx-to-string
`(: (* (not (any ,tramp-postfix-host-format "/~"))) (| "/" "~"))))