Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rails.vim installed but :Rfind doesnt'work

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?

like image 592
crispychicken Avatar asked Aug 23 '13 08:08

crispychicken


1 Answers

Use find instead of Rfind, it would work.

From the help page of Rails.vim :h Rails

 :Rfind [{file}] Obsolete alias for :find.
like image 139
Vysakh Sreenivasan Avatar answered Sep 20 '22 00:09

Vysakh Sreenivasan