We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#161 からの派生。
普通、IMEは他の入力を妨げることはなく、変換処理を加えた後、アプリへ変換した入力を渡す。 eskkもすでにインサートモードやコマンドラインモードでマッピングがあれば、変換処理を加えた後、そのマッピングへ変換した文字列を渡すべき。
The text was updated successfully, but these errors were encountered:
その機能は良さそうです。ただし、mappingが<expr>の場合はうまく変換できない可能性が高いです。 neocomplcache+endwise.vimのときに問題になりました。
<expr>
Sorry, something went wrong.
前のissueで上書きとか書いちゃいましたが、remapすれば大丈夫だと思います。 言語モードのマッピングはあまりされないでしょうし、インサートモードとコマンドラインモードのマッピングを上書きする必要はなさそうです。
No branches or pull requests
#161 からの派生。
普通、IMEは他の入力を妨げることはなく、変換処理を加えた後、アプリへ変換した入力を渡す。
eskkもすでにインサートモードやコマンドラインモードでマッピングがあれば、変換処理を加えた後、そのマッピングへ変換した文字列を渡すべき。
The text was updated successfully, but these errors were encountered: