Skip to content

Commit 526a765

Browse files
committed
install huge version for profile command
1 parent 4b5779f commit 526a765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-vim.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -ev
44

55
git clone --depth 1 --branch "${VIM_VERSION}" https://github.com/vim/vim /tmp/vim
66
cd /tmp/vim
7-
./configure --prefix="${HOME}/vim" --with-features=big --enable-fail-if-missing
7+
./configure --prefix="${HOME}/vim" --with-features=huge --enable-fail-if-missing
88
make -j2
99
make install

0 commit comments

Comments
 (0)