Fix wording

This commit is contained in:
Marcel Bischoff 2015-10-13 23:39:49 +02:00
parent 76199850ce
commit 37695e4276

View File

@ -138,7 +138,7 @@ defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
### Vim ### Vim
#### Compile Sane Vim #### Compile Sane Vim
Compiling MacVim via Homebrew with all bells and whistles, including overwriting system Vim. Compiling MacVim via Homebrew with all bells and whistles, including overriding system Vim.
```bash ```bash
brew install macvim --HEAD --with-cscope --with-lua --override-system-vim --with-luajit --with-python brew install macvim --HEAD --with-cscope --with-lua --override-system-vim --with-luajit --with-python
``` ```