mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00

While we're at, using the slightly more portable `command -v` technique to detect the executable. Also, there's no need to use `io.popen()` if we aren't going to record the path. Instead, let's use the simpler `os.execute()` to detect the presence of xclip.