You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
When :SyncopateExportToClipboard is used on an OSX machine, it should invoke pbcopy instead of xclip. pbcopy doesn't seem to have HTML support (manpage), so for that to work, we'd need to send it RTF or PostScript.
:SyncopateExportToBrowser should also not default to sensible-browser on OSX, but that's not a big deal anyway since people can already configure the flag to whatever they want.
When
:SyncopateExportToClipboardis used on an OSX machine, it should invoke pbcopy instead of xclip. pbcopy doesn't seem to have HTML support (manpage), so for that to work, we'd need to send it RTF or PostScript.:SyncopateExportToBrowsershould also not default to sensible-browser on OSX, but that's not a big deal anyway since people can already configure the flag to whatever they want.