I've encountered a consistent issue where Neovim exits with a return code of 134 (indicative of an abort signal) when attempting to quit, provided the smartim plugin is enabled. This problem seems to manifest specifically when handling input methods on macOS, potentially related to how the plugin interacts with Neovim's exit sequence.
I've encountered a consistent issue where Neovim exits with a return code of 134 (indicative of an abort signal) when attempting to quit, provided the smartim plugin is enabled. This problem seems to manifest specifically when handling input methods on macOS, potentially related to how the plugin interacts with Neovim's exit sequence.
Environment: OS: macOS 14.3.1 Neovim Version: 0.9.5 smartim Plugin Version: 1.0.1
The issue does not occur if I disable the following line:
autocmd VimLeavePre * call Smartim_SelectDefault()