34 lines
984 B
Plaintext
34 lines
984 B
Plaintext
//
|
|
// This file is auto-generated by script docgen.py.
|
|
// DO NOT EDIT BY HAND!
|
|
//
|
|
[[command_aspell_aspell]]
|
|
[command]*`aspell`* aspell プラグイン設定::
|
|
|
|
----
|
|
/aspell enable|disable|toggle
|
|
listdict
|
|
setdict <dict>[,<dict>...]
|
|
deldict
|
|
addword [<dict>] <word>
|
|
|
|
enable: enable aspell
|
|
disable: disable aspell
|
|
toggle: toggle aspell
|
|
listdict: show installed dictionaries
|
|
setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
|
|
deldict: delete dictionary used on current buffer
|
|
addword: add a word in personal aspell dictionary
|
|
|
|
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
|
|
|
To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
|
|
/set aspell.check.default_dict "en"
|
|
/aspell enable
|
|
|
|
To display a list of suggestions in a bar, use item "aspell_suggest".
|
|
|
|
Default key to toggle aspell is alt-s.
|
|
----
|
|
|