tpope / vim-bundler

bundler.vim: Lightweight support for Ruby's Bundler
https://www.vim.org/scripts/script.php?script_id=4280
404 stars 29 forks source link

neovim 0.8.0 filetype.lua Unknown function #56

Closed mario-amazing closed 2 years ago

mario-amazing commented 2 years ago

After I've updated to neovim 0.8.0 I started to get this error:

Screenshot 2022-10-26 at 04 39 35
tpope commented 2 years ago

Sounds like a different manifestation of https://github.com/tpope/vim-rake/issues/38. Even with the added context, I'm not really sure what this could be. Can you check :scriptnames and see what script number 5 is?

mario-amazing commented 2 years ago

5: ~/.config/nvim/autoload/plug.vim

I don't have this error after commented Plug 'tpope/vim-bundler'

tpope commented 2 years ago

I was only able to reproduce this on :PlugInstall. Subsequent nvim invocations worked fine. But that's enough for me to diagnose and fix.