Created
March 12, 2021 07:13
-
-
Save kat0h/77fc9380dfde89b37ece9f2cc5c3937d to your computer and use it in GitHub Desktop.
Vim-build-script
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
cd vim | |
git fetch && git reset --hard origin/master | |
make distclean | |
./configure --with-features=huge --enable-multibyte --enable-rubyinterp --enable-python3interp --enable-pythoninterp --enable-perlinterp --enable-fontset --enable-pythoninterp | |
if [ ! $? -eq 0 ]; then exit ;fi | |
make | |
make install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment