FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix 'tags' in the default Ruby case · vim-ruby/vim-ruby@c6451c8 · GitHub

Commit c6451c8

Browse files
committed
Fix 'tags' in the default Ruby case
1 parent b84bf72 commit c6451c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎ftplugin/ruby.vim‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ else
123123
let g:ruby_default_path = map(split($RUBYLIB,':'), 'v:val ==# "." ? "" : v:val')
124124
endif
125125
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)
127128
endif
128129

129130
if stridx(&l:path, s:ruby_path) == -1

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL