We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5779f commit 526a765Copy full SHA for 526a765
scripts/install-vim.sh
@@ -4,6 +4,6 @@ set -ev
4
5
git clone --depth 1 --branch "${VIM_VERSION}" https://github.com/vim/vim /tmp/vim
6
cd /tmp/vim
7
-./configure --prefix="${HOME}/vim" --with-features=big --enable-fail-if-missing
+./configure --prefix="${HOME}/vim" --with-features=huge --enable-fail-if-missing
8
make -j2
9
make install
0 commit comments