From ffc2185cb9aabd918feef57909f9578cc4a848dd Mon Sep 17 00:00:00 2001 From: Ben Mills Date: Wed, 4 Jul 2012 14:18:23 -0500 Subject: [PATCH] Update README. Fixes #24 --- README.mkd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.mkd b/README.mkd index 2fe0fc7..a666687 100644 --- a/README.mkd +++ b/README.mkd @@ -16,6 +16,8 @@ With **[vim-bundle](https://github.com/benmills/vim-bundle)**: `vim-bundle insta Otherwise download the latest [tarball](https://github.com/benmills/vimux/tarball/master), extract it and move `plugin/vimux.vim` inside `~/.vim/plugin`. If you're using [pathogen](https://github.com/tpope/vim-pathogen), then move the entire folder extracted from the tarball into `~/.vim/bundle`. +_Note:_ Vimux requires vim with compiled ruby support. You can confirm you have ruby support by running `vim --version | grep +ruby`. + ## Platform-specific Plugins * [vimux-ruby-test](https://github.com/pgr0ss/vimux-ruby-test) a set of commands to easily run ruby tests