Skip to content

Commit 9baf71d

Browse files
committed
ctags -f argument no longer necessary
1 parent 48387c5 commit 9baf71d

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
@@ -1099,7 +1099,7 @@ function! s:app_tags_command() dict abort
10991099
else
11001100
let args = s:split(get(g:, 'rails_ctags_arguments', '--languages=ruby'))
11011101
endif
1102-
exe '!'.cmd.' -f '.s:escarg(self.path("tags")).' -R '.join(args,' ')
1102+
exe '!'.cmd.' -R '.join(args,' ')
11031103
finally
11041104
execute cd fnameescape(cwd)
11051105
endtry

0 commit comments

Comments
 (0)