Skip to content

Commit 44a35b9

Browse files
committed
Use canonical capitalization of ctags languages
1 parent 4a35f39 commit 44a35b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ function! s:app_tags_command() dict abort
11341134
if self.has_path('.ctags')
11351135
let args = []
11361136
else
1137-
let args = s:split(get(g:, 'rails_ctags_arguments', '--languages=ruby'))
1137+
let args = s:split(get(g:, 'rails_ctags_arguments', '--languages=Ruby'))
11381138
endif
11391139
exe '!'.cmd.' -R '.join(args,' ')
11401140
finally

0 commit comments

Comments
 (0)