| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,7 +123,8 @@ else | |||
| 123 | 123 | let g:ruby_default_path = map(split($RUBYLIB,':'), 'v:val ==# "." ? "" : v:val') | |
| 124 | 124 | endif | |
| 125 | 125 | endif | |
| 126 | - let s:ruby_path = s:build_path(g:ruby_default_path) | ||
| 126 | + let s:ruby_paths = g:ruby_default_path | ||
| 127 | + let s:ruby_path = s:build_path(s:ruby_paths) | ||
| 127 | 128 | endif | |
| 128 | 129 | ||
| 129 | 130 | if stridx(&l:path, s:ruby_path) == -1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments