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
emacsが作成した .skk-jisyo をvimで使用すると、g:eskk#dictionary.encoding=euc-jp としているにも関わらずvim終了時に utf-8 の行が追加されます。 s:cmd_fix_dictionary() が g:eskk#dictionary.encoding ではなく、システム既定のエンコーディングで保存していることに起因しているように見受けられます。 こちらの挙動は意図したものでしょうか?
確認に使用した設定はこちらです。
let g:eskk#dictionary = { \ 'path': "~/.skk-jisyo", \ 'sorted': 0, \ 'encoding': 'euc-jp' \}
emacsは ddskk を使用、.skk-jisyo は euc-jp でエンコードされています。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
emacsが作成した .skk-jisyo をvimで使用すると、g:eskk#dictionary.encoding=euc-jp としているにも関わらずvim終了時に utf-8 の行が追加されます。
s:cmd_fix_dictionary() が g:eskk#dictionary.encoding ではなく、システム既定のエンコーディングで保存していることに起因しているように見受けられます。
こちらの挙動は意図したものでしょうか?
確認に使用した設定はこちらです。
emacsは ddskk を使用、.skk-jisyo は euc-jp でエンコードされています。
The text was updated successfully, but these errors were encountered: