Joined November 2013
·

Nilo

São Paulo - Brasil
·
·

I had to alter the Formula for brewing vim:

system "./configure", "--prefix=#{HOMEBREW_PREFIX}",
                      "--mandir=#{man}",
                      "--enable-gui=no",
                      "--without-x",
                      "--disable-nls",
                      "--enable-multibyte",
                      "--enable-clipboard",
                      "--with-tlib=ncurses",
                      "--enable-cscope",
                      "--with-features=huge",
                      *language_opts
system "make"

Notice the line which enables clipboard. After that brew was successful with +clipboard

Did the update, it did not enabled clipboard when issuing 'brew install vim'.

Perhaps an option to configure ?

Achievements
10 Karma
0 Total ProTip Views
Interests & Skills