osx - Patch Vim with the breakindent patch on OS X with Homebrew -
i'm on os x 10.7 vim 7.3.
i'd install the breakindent patch.
here's way on linux apt-get: compiling vim breakindent patch.
how do this? suppose involve building vim via homebrew (which ok me).
use mercurial latest vim source code:
$ hg clone https://vim.googlecode.com/hg/ vim $ cd vimgrab patch.
apply patch indicated in linked thread:
$ patch -p1 < /path/to/breakindent.patchconfigure vim options need (python/ruby support, custom location, etc.):
$ ./configure --with-features=huge <other options>build , install:
$ sudo make && make install
Comments
Post a Comment