tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.1k stars 383 forks source link

Not an editor command: Rnavcommand sass public/stylesheets/sass #495

Closed calas closed 7 years ago

calas commented 7 years ago

After updating to latest version (github master branch) I've been having an issue with a warning showing everytime I open a new file:

E492: Not an editor command: Rnavcommand sass public/stylesheets/sass -suffix=.sass

The project I'm currently working on is a rails api application so it don't have any assets related files or directories.

Is it a bug or just a configuration issue? Where should I disable this kind of warnings?

calas commented 7 years ago

Ok, found the issue in ~/.vim/macros/rails.vim and that Rnavcommand is no longer available. Apologies.