Skip to content

Commit b636dec

Browse files
committed
Kill :Rtags
1 parent 3f82285 commit b636dec

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
@@ -1081,7 +1081,7 @@ function! s:BufCommands()
10811081
command! -buffer -bar -nargs=? -bang -range -complete=customlist,s:Complete_preview Rbrowse :call s:Preview(<bang>0,<line1>,<q-args>)
10821082
command! -buffer -bar -nargs=? -bang -range -complete=customlist,s:Complete_preview Preview :call s:Preview(<bang>0,<line1>,<q-args>)
10831083
command! -buffer -bar -nargs=? -bang -complete=customlist,s:Complete_log Clog exe s:Clog(1<bang>, '<mods>', <q-args>)
1084-
command! -buffer -bar -nargs=0 Rtags :execute rails#app().tags_command()
1084+
command! -buffer -bar -nargs=0 Rtags :echoerr "Use :Ctags"
10851085
command! -buffer -bar -nargs=0 Ctags :execute rails#app().tags_command()
10861086
command! -buffer -bar -nargs=0 -bang Rrefresh :if <bang>0|unlet! g:autoloaded_rails|source `=s:file`|endif|call s:Refresh(<bang>0)
10871087
if exists("g:loaded_dbext")

0 commit comments

Comments
 (0)