Files
neovim/test/functional
John Szakmeister 78618d742b Avoid printing an error response when detecting xclip.
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.
2014-11-26 17:31:51 -05:00
..
2014-11-25 06:11:43 -05:00
2014-10-28 23:12:41 -04:00
2014-11-21 15:39:04 -03:00