| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Makes sense, thanks 👍 |
Sorry, something went wrong.
|
Thanks, I'll add this to the Vim-9.1 release. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hello!
Just a quick fix on the Ruby code.
File.exists? was removed on Ruby 3.2.0:
So if you let g:rubycomplete_rails=1 and C-X C-O
The PR just uses File.exist? instead. Method does the same and has been present at least since Ruby 1.8.6: