Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(commands): copy command for MacOS not working (#12)
Removed the unnecessary quote around the argument that is causing a syntax error when running `osascript`. Those quotes aren't needed since vim.system() will not word split the string.
- Loading branch information