7

I've installed rails.vim and it seems to be installed correctly since :Rails! returns rails.vim 5.0.

But, if I'm in an existing Rails project and look for a file :Rfind user I get E492: Not an editor command: Rfind user.

Any suggestions?

crispychicken
  • 2,592
  • 2
  • 33
  • 50

1 Answers1

11

Use find instead of Rfind, it would work.

From the help page of Rails.vim :h Rails

 :Rfind [{file}] Obsolete alias for :find.
Vysakh Sreenivasan
  • 1,719
  • 1
  • 16
  • 27