mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 04:01:15 +10: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.