Update command used to install macvim with brew

Flag `--override-system-vim` is deprecated.

Fixes #1526.
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2016-02-10 23:10:02 +03:00
parent b7ddafa410
commit 73dcc78136
1 changed files with 1 additions and 1 deletions

View File

@ -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
==================