Closed ajmasia closed 15 hours ago
Same for me:
inc-rename
version: "main" (hash b0d5b5b
)adcbfc7
)Additionally, when I trigger a rename with the key binding, the floating window does not appear until I press another key. I don't know if it is a LazyVim or a IncRename issue though.
Edit: just reverted to the previous commit of IncRename and everything works just fine.
same issue
changing not vim.fn.has("nvim-0.11")
on line 157 of lua/inc_rename/init.lua
to vim.fn.has("nvim-0.11") == 0
can temporarily solve this issue
seems like this commit took us all out 😄
quick advice: you can change the commit hash on lazy.nvim
to the previous commit 8ba77017ca468f3029bf88ef409c2d20476ea66b
before the breaking changes — no need for forks/changes (don't forget to lazy sync afterwards).
Sorry guys, that shouldn't have happened :sweat_smile:
changing
not vim.fn.has("nvim-0.11")
on line 157 oflua/inc_rename/init.lua
tovim.fn.has("nvim-0.11") == 0
can temporarily solve this issue
Thanks @kvarenzn, that must have slipped through during the last PR. I just pushed a hotfix changing it to vim.fn.has("nvim-0.11") == 0
. Can anyone confirm that the issue is fixed now?
Btw, which Neovim version are you using? It should not occur on the latest nightly version. If many user are using an older nightly version, I am thinking to revert the latest commit due to the high number of complaints.
Thanks guys!
Can anyone confirm that the issue is fixed now?
It works again. Thanks for the quick turnaround!
When I call the plugin using LazyVim I get this error: