brglng / vim-im-select

Improve Vim/Neovim experience with input methods.
108 stars 18 forks source link

add disable option with the command-line mode #15

Closed kiyohara closed 10 months ago

kiyohara commented 10 months ago

Recently, the behavior of the plugin in command-line mode has been modified to switch input methods. I am aware that this change was prompted by the issue discussed here: https://github.com/brglng/vim-im-select/issues/11.

While this update appears to be beneficial for most users, it presents minor challenges for users like me, who are accustomed to using English characters in command-line mode, just as in normal mode. Typically, I use English for commands like :w and others while in command-line mode, rather than Japanese.

To address this, I have introduced an additional option: g:im_select_enable_cmd_line.

This new feature is designed to maintain the default behavior, ensuring that existing users experience no disruption.

I kindly request that you consider merging this update.