Merge pull request #618 from ndelage/patch-1

Add note about vim+lua+neocomplete+rvm segfault
This commit is contained in:
Yan Pritzker 2015-07-26 21:31:23 -05:00
commit 825aa205f2

View File

@ -302,6 +302,14 @@ brew cleanup
brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit
``` ```
### Terminal Vim troubles with Lua?
Installing terminal vim (with lua) with an RVM managed Ruby can cause the neocomplete plugin to segfault. Try uninstalling vim, then installing with system ruby:
```
brew uninstall vim
rvm system do brew install vim --with-lua
```
### [Pry](http://pry.github.com/) ### [Pry](http://pry.github.com/)