wincent / vim-clipper

Clipper integration for Vim
BSD 2-Clause "Simplified" License
43 stars 5 forks source link

Ignoring case during string check #5

Closed jeduardo closed 3 years ago

jeduardo commented 4 years ago

What was previous written as "shutdown(2)" in the older version, is now written as "Shutdown", what 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.

Closes #4

wincent commented 3 years ago

Thanks. Will merge.