On OS X Mavericks, Apple ships Vim version 7.3 with -clipboard
. Here's the gist from running [/usr/bin/vim --version
on Mavericks][10.9] (and [the same on Mountain Lion][10.8]). Shame on you Apple!
If you [use Homebrew][brew.sh], you can get Vim with +clipboard
by running:
brew install vim
Here's a gist from running [/usr/local/bin/vim --version
][brew].