-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I was having similar issues as #58, and I think I've found out why.
This only works for the C: drive. Replacing it with the code below worked for other drives:
let tmpfile = substitute(tmpfile, "\\\\\\\\mnt\\\\\\\\\\(.\\)", "\\1:", "g")
" I found this to be more readable:
let tmpfile = substitute(tmpfile, '\\\\mnt\\\\\(.\)', '\1:', "g")PS: I have xclip properly set up in Ubuntu 20.04 1 , so the Linux saving functions are working properly.
Footnotes
-
Using x410. ↩
ferrine and jiangyinzuo
Metadata
Metadata
Assignees
Labels
No labels