33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
//
|
|
// This file is auto-generated by script docgen.py.
|
|
// DO NOT EDIT BY HAND!
|
|
//
|
|
[[command_aspell_aspell]]
|
|
* `+aspell+`: aspell プラグイン設定
|
|
|
|
----
|
|
/aspell enable|disable|toggle
|
|
listdict
|
|
setdict <dict>[,<dict>...]
|
|
deldict
|
|
addword [<dict>] <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_suggest" 要素を使ってください。
|
|
|
|
aspell の有効無効を切り替えるデフォルトのキーは alt-s です。
|
|
----
|