Segfault on HEAD with endwise enabled.
dsully opened this issue · 2 comments
dsully commented
nvim-treesitter-endwise is causing a segfault using Neovim @ HEAD. See: neovim/neovim#18079 for the details.
zeertzjq commented
Can nvim_get_mode()
be used in this plugin instead of FFI?
RRethy commented
API functions cannot be used, see
nvim-treesitter-endwise/lua/nvim-treesitter/endwise.lua
Lines 195 to 202 in f653101
I see that the signature of get_mode
has changed which is unfortunate. I'll have to think about how to go about fixing this.
Edit: It seems like vim.api.nvim_get_mode()
doesn't error as I thought it would based on neovim/neovim#17273 but it seems I misunderstood.