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

Remove cache 'has' method from add_methods #483

Closed jlebray closed 7 years ago

jlebray commented 7 years ago

The function _cachehas has been removed in commit https://github.com/tpope/vim-rails/commit/a36c7764760c12dcec533c0c9027e7312c513f45

It is still present in the add_methods, causing an error on loading.

tpope commented 7 years ago

Thanks. Guess I should restart Vim once and a while.