Hi, I'm having trouble getting rails.vim working. Unzipping the rails.vim download on my Desktop produced a rails folder with this structure:
rails ---autoload -----rails.vim ---doc -----rails.txt ---plugin -----rails.vim I moved that directory to ~/.vim $ mv /Users/me/Desktop/rails ~/.vim/rails $ cd ~/.vim ~/.vim$ ls filetype.vim rails syntax $ cd rails [[email protected]] ~/.vim/rails$ ls autoload doc my_note.txt plugin Then a tutorial I read said if I start macvim and issue the command :Rails testapp that should create a new app. But I get this error: E492 Not an editor command: Rails testapp I also tried this cd'ing into the top level of an existing app and starting macvim: /depot$ mvim and then in macvim typing: :Rcontroller products and I get the same error. What am I doing wrong? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

