From 2521763858432cec5a4ecbfa19786c5bf0234a18 Mon Sep 17 00:00:00 2001 From: Fabio Gallonetto Date: Sat, 30 Mar 2013 13:44:41 +0100 Subject: [PATCH] Add support for sourcing the right rvm env on bufenter This extra configuration plugin calls :Rvm on every BufEnter making sure that the right GEM_HOME and GEM_PATH are set. --- vim/plugin/settings/vim-rvm.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/plugin/settings/vim-rvm.vim diff --git a/vim/plugin/settings/vim-rvm.vim b/vim/plugin/settings/vim-rvm.vim new file mode 100644 index 0000000..8c0a767 --- /dev/null +++ b/vim/plugin/settings/vim-rvm.vim @@ -0,0 +1 @@ +autocmd BufEnter * Rvm