Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function v8(v6)
- local v7 = false
- pcall(function()
- if not setclipboard then
- if syn and syn.set_clipboard then
- syn.set_clipboard(v6)
- v7 = true
- end
- else
- setclipboard(v6)
- v7 = true
- end
- end)
- return v7
- end
Advertisement
Add Comment
Please, Sign In to add comment