vim-rbenv icon indicating copy to clipboard operation
vim-rbenv copied to clipboard

Add ruby-build hook to pre-calculate g:ruby_version_paths.

Open mtortonesi opened this issue 10 years ago • 1 comments

This hook script for ruby-build pre-calculates the value of the g:ruby_version_paths variable used by vim-ruby and vim-rbenv upon any interpreter installation or removal, thus leading to massive speedup times at Vim startup.

Further details and installation instructions are provided in the accompanying README.txt file.

mtortonesi avatar Apr 08 '15 10:04 mtortonesi

Based on vim-ruby/vim-ruby#252, I assume your primary issue is that the existing static logic is failing for JRuby? Could we fix that?

tpope avatar Apr 14 '15 15:04 tpope