Updated ruby (markdown)

junegunn 2014-09-18 08:47:31 -07:00
parent 52e52437c9
commit 4d31f16955

10
ruby.md

@ -33,9 +33,17 @@ You can build the recent version of Vim from source.
### Windows
#### [msys2](http://sourceforge.net/projects/msys2/)
```sh
pacman -S ruby vim
```
#### GVim
Check out the relevant section from of my article, [Installing Vim with Ruby support](http://junegunn.kr/2013/09/installing-vim-with-ruby-support/). It's a little outdated, but you'll get the idea.
However, parallel installer is not stable on Windows and I don't recommend using it. You might want to add the following code snippet to your .vimrc:
However, parallel installer on Windows GVim is not stable and I don't recommend using it. You might want to add the following code snippet to your .vimrc:
```vim
if has('win32') || has('win64')