]c : next difference
[c : previous difference
do diff obtain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
COMPILED_BY="Marius Gedminas <[email protected]>" | |
FEATURES= | |
FEATURES="$FEATURES --with-features=huge" # yum, features | |
FEATURES="$FEATURES --enable-multibyte" # vim is *crippled* without this! | |
# (BTW 'big' implies this) | |
FEATURES="$FEATURES --enable-pythoninterp" # most of my plugins use this | |
FEATURES="$FEATURES --enable-rubyinterp" # Command-T wants this |