I installed rails.vim and it seems to be installed correctly since :Rails! returns rails.vim 5.0 .
:Rails!
rails.vim 5.0
But if I'm in an existing Rails project and looking for the file :Rfind user , I get E492: Not an editor command: Rfind user .
:Rfind user
E492: Not an editor command: Rfind user
Any suggestions?
Use find instead of Rfind , this will work.
find
Rfind
On the Rails.vim help page :h Rails
:h Rails
:Rfind [{file}] Obsolete alias for :find.