ybian / smartim

A Vim plugin to make it stand well with input methods (Mac only)
Other
272 stars 32 forks source link

Neovim Exits with Code 134 When Quitting with smartim Plugin Enabled #34

Closed rockydd closed 8 months ago

rockydd commented 9 months ago

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()

rockydd commented 8 months ago

This is a known issue of NeoVim: https://github.com/neovim/neovim/issues/21856