git-gutter-plus icon indicating copy to clipboard operation
git-gutter-plus copied to clipboard

Support newer versions of tramp

Open yangsheng6810 opened this issue 6 years ago • 0 comments

The data structure of the return value of tramp-dissect-file-name was changed from a vector to a cl-structure class, and the implementation in git-gutter-plus assumes it to be a vector. This PR uses the API (I checked the APIs are available even in Emacs 23) provided by tramp.el to fix the problem. This avoids the type check in #39 , and fixes #42 .

yangsheng6810 avatar Sep 12 '19 23:09 yangsheng6810