Update command used to install macvim with brew
Flag `--override-system-vim` is deprecated. Fixes #1526.
This commit is contained in:
parent
b7ddafa410
commit
73dcc78136
|
@ -56,7 +56,7 @@ Vim installation
|
|||
Any terminal vim version with Python 3.2+ or Python 2.6+ support should work,
|
||||
but MacVim users need to install it using the following command::
|
||||
|
||||
brew install macvim --env-std --override-system-vim
|
||||
brew install macvim --env-std --with-override-system-vim
|
||||
|
||||
Fonts installation
|
||||
==================
|
||||
|
|
Loading…
Reference in New Issue