27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
[[command_aspell_aspell]]
|
||
[command]*`aspell`* aspell プラグイン設定::
|
||
........................................
|
||
/aspell enable|disable|toggle
|
||
listdict
|
||
setdict <lang>
|
||
deldict
|
||
addword [<lang>] <word>
|
||
|
||
enable: aspell の有効化
|
||
disable: aspell の無効化
|
||
toggle: aspell の有効無効を切り替え
|
||
listdict: インストール済み辞書を表示
|
||
setdict: 現在のバッファ用の辞書を設定
|
||
deldict: 現在のバッファ用の辞書を削除
|
||
addword: aspell の個人辞書に単語を追加
|
||
|
||
いくつかのコマンドを除いて '/' で始まる入力行はチェックされません (/set aspell.check.commands を参照)。
|
||
|
||
全てのバッファで aspell を有効化するには、"default_dict" オプションを設定した後に、aspell を有効化してください。例えば:
|
||
/set aspell.check.default_dict "en"
|
||
/aspell enable
|
||
|
||
aspell の有効無効を切り替えるデフォルトのキーは alt-s です。
|
||
........................................
|
||
|