J. Eduardo [Wed, 4 Nov 2020 18:55:56 +0000 (19:55 +0100)]
fix: ignore case during string check
What was previously written as "shutdown(2)" in the older version, is
now written as "Shutdown", which breaks the string check and causes the
netcat binary to be invoked without the "-N" option. This fix expands
the check behaviour to ignore the case (\c), which causes the Linux
netcat binary to be properly detected.
Greg Hurrell [Fri, 25 Aug 2017 14:28:52 +0000 (07:28 -0700)]
Add ability to automatically send yanked text to Clipper
Works on Neovim thanks to the `TextYankPost` autocommand. Can opt out
via `'g:ClipperAuto'`.
This aligns with the set-up I have in recent versions of tmux. Note that
I've explicitly scoped it to explicit yank operations (not deletions or
changes). Given that one tends to yank a lot in Vim, for this to be
usually helpful but with an escape hatch in case the behavior is not
what you want in a specific instance, it's important to pair it with a
tool like Alfred that remembers recent clipboard history, so that you
can go back to a previous entry if you end up inadvertently overwriting
something.