I called :TSSreload in the Neovim-qt client and the plugin crashed. It usually runs smooth in all vim and neovim variants I've used (vim, gvim, nvim, nvim-qt, pynvim). I was defining a custom type and doing instanceof checks to find out which type was being passed when it crashed. I'll try to find out exactly what caused it later.
I called :TSSreload in the Neovim-qt client and the plugin crashed. It usually runs smooth in all vim and neovim variants I've used (vim, gvim, nvim, nvim-qt, pynvim). I was defining a custom type and doing
instanceof
checks to find out which type was being passed when it crashed. I'll try to find out exactly what caused it later.