gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

Use + register for yc on Mac OS X as well #75

Closed ashcatch closed 10 years ago

ashcatch commented 10 years ago

vim returns true for has('unix') on OS X and the has('xterm_clipboard') returns false. But the + register works fine on OS X all the time, so add an additional test to ensure that we enable the + register mapping all the time on OS X.

gregsexton commented 10 years ago

Thanks!