Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Highlight entire tramp file names instead of just base name
When in a tramp default-directory like "/ssh:user@host:dir", acting on a file target named "path/to/file.ext" would previously only highlight "file". With this change, all of the path is highlighted. Ideally, all "magic" file names should be handled, but tramp's file-local-name handler doesn't keep "path/to/file.ext" intact and can't be used to match against tap-file.
- Loading branch information