Releases: wincent/vim-clipper
Releases · wincent/vim-clipper
2.2
- Attempt to autodetect when host platform's
nc
executable requires the -N
switch (#3).
- Make autodetection work case-insensitively (patch from J Eduardo, #5).
2.1
- Add ability to customize invocation with
clipper#set_invocation()
.
2.0
- Add ability to automatically send yanked text to Clipper using the
TextYankPost
autocommand, and the corresponding g:ClipperAuto
setting to provide an opt-out mechanism.
1.0
- Rename
<Plug>ClipperClip
to <Plug>(ClipperClip)
.
- Add
g:ClipperAddress
and support for connecting to the Clipper daemon via a UNIX domain socket.