Wu Yongwei

Results 45 comments of Wu Yongwei

> I am highly interested in this! Glad that you liked it. Since the original maintainer is not responding, you may consider using my fork.

@uthpalaherath I've just updated my README. You need to install `xclip`.

I checked my Ubuntu 24.04.3 LTS setup, the console vim (which is actually `/usr/bin/vim.gtk3`) works. The current check in vim-copy-as-rtf/plugin/copy-as-rtf.vim is simply: ```vim elseif has('x11') && executable('xclip') function s:Copy_as_RTF() silent...

Thanks. It might be something related to the SSH client. If I SSH from one Linux client to another using `ssh -X` or `ssh -Y`, I can still see "text/html"...

> Yes, in my clusters unfortunately "text/html" is unavailable. Thanks for the help! Also, is there a way to suppress the "echomsg 'Cannot load copy-as-rtf plugin: unsupported platform'" warning? Every...